| Constructor and Description |
|---|
RawBuffer() |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteString |
asBytes()
Returns the buffer content as a bytes array
|
abstract ByteString |
asBytes(int maxLength)
Returns the buffer content as a bytes array.
|
abstract File |
asFile()
Returns the buffer content as File
|
abstract Long |
size()
Buffer size.
|
public abstract Long size()
public abstract ByteString asBytes(int maxLength)
maxLength - The max length allowed to be stored in memorypublic abstract ByteString asBytes()
public abstract File asFile()