Package com.mckoi.database.jdbc
Class StreamableObjectPart
- java.lang.Object
-
- com.mckoi.database.jdbc.StreamableObjectPart
-
public class StreamableObjectPart extends java.lang.Object
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 Constructor Description StreamableObjectPart(byte[] contents)
Constructs the ResultCellPart.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContents()
Returns the contents of this ResultCellPart.
-