Modifier and Type | Method and Description |
---|---|
int |
serializedSizeFramed() |
int |
serializedSizeUnframed() |
Buffer |
toFramedBuffer() |
byte[] |
toFramedByteArray() |
Buffer |
toUnframedBuffer() |
byte[] |
toUnframedByteArray() |
void |
writeFramed(CodedOutputStream output) |
void |
writeFramed(OutputStream output) |
void |
writeUnframed(CodedOutputStream output) |
void |
writeUnframed(OutputStream output) |
int serializedSizeUnframed()
int serializedSizeFramed()
Buffer toUnframedBuffer()
Buffer toFramedBuffer()
byte[] toUnframedByteArray()
byte[] toFramedByteArray()
void writeUnframed(CodedOutputStream output) throws IOException
IOException
void writeFramed(CodedOutputStream output) throws IOException
IOException
void writeUnframed(OutputStream output) throws IOException
IOException
void writeFramed(OutputStream output) throws IOException
IOException
Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.