|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.database.jdbc.StreamableObjectPart
public class 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.
| Constructor Summary | |
|---|---|
StreamableObjectPart(byte[] contents)
Constructs the ResultCellPart. |
|
| Method Summary | |
|---|---|
byte[] |
getContents()
Returns the contents of this ResultCellPart. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamableObjectPart(byte[] contents)
| Method Detail |
|---|
public byte[] getContents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||