Package com.mckoi.database.jdbc
Class StreamableObjectPart
java.lang.Object
com.mckoi.database.jdbc.StreamableObjectPart
Represents a response from the server for a section of a streamable object.
A streamable object can always be represented as a byte[] array and is
limited to String (as 2-byte unicode) and binary data types.
- Author:
- Tobias Downer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the contents of this ResultCellPart.
-
Constructor Details
-
StreamableObjectPart
public StreamableObjectPart(byte[] contents) Constructs the ResultCellPart. Note that the 'contents' byte array must be immutable.
-
-
Method Details
-
getContents
public byte[] getContents()Returns the contents of this ResultCellPart.
-