Package com.zeroc.Ice

Class SliceInfo

java.lang.Object
com.zeroc.Ice.SliceInfo

public class SliceInfo extends Object
SliceInfo encapsulates the details of a slice for an unknown class or exception type.
  • Field Details

    • typeId

      public String typeId
      The Slice type ID for this slice.
    • compactId

      public int compactId
      The Slice compact type ID for this slice.
    • bytes

      public byte[] bytes
      The encoded bytes for this slice, including the leading size integer.
    • instances

      public Value[] instances
      The class instances referenced by this slice.
    • hasOptionalMembers

      public boolean hasOptionalMembers
      Whether or not the slice contains optional members.
    • isLastSlice

      public boolean isLastSlice
      Whether or not this is the last slice.
  • Constructor Details

    • SliceInfo

      public SliceInfo()