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