org.openorb.io
Class ListOutputStream.ArrayBlock
java.lang.Object
|
+--org.openorb.io.ListOutputStream.ArrayBlock
- Enclosing class:
- ListOutputStream
- public static class ListOutputStream.ArrayBlock
- extends java.lang.Object
Arrays of primative types are stored in the list within one of these
classes.
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLength
public int getLength()
- Length of the data.
getContentKind
public TCKind getContentKind()
- Get the kind of the contents.
getContents
public java.lang.Object getContents()
- Contents of the block. This may result in the contents being copied
if the original offset was not 0.
equals
public boolean equals(java.lang.Object o2)
- Compare two ArrayBlocks.
- Overrides:
equals
in class java.lang.Object