Package com.zeroc.Ice
Class SliceInfo
java.lang.Object
com.zeroc.Ice.SliceInfo
SliceInfo encapsulates the details of a slice for an unknown class or exception type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
The encoded bytes for this slice, including the leading size integer.int
The Slice compact type ID for this slice.boolean
Whether or not the slice contains optional members.Value[]
The class instances referenced by this slice.boolean
Whether or not this is the last slice.The Slice type ID for this slice. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
typeId
The Slice type ID for this slice. -
compactId
public int compactIdThe Slice compact type ID for this slice. -
bytes
public byte[] bytesThe encoded bytes for this slice, including the leading size integer. -
instances
The class instances referenced by this slice. -
hasOptionalMembers
public boolean hasOptionalMembersWhether or not the slice contains optional members. -
isLastSlice
public boolean isLastSliceWhether or not this is the last slice.
-
-
Constructor Details
-
SliceInfo
public SliceInfo()
-