Interface MessageBuffer<B, MB extends MessageBuffer>
- All Superinterfaces:
PBMessage<B,MB>
-
Method Summary
Modifier and TypeMethodDescriptionintintbyte[]byte[]voidwriteFramed(OutputStream output) voidwriteFramed(CodedOutputStream output) voidwriteUnframed(OutputStream output) voidwriteUnframed(CodedOutputStream output)
-
Method Details
-
serializedSizeUnframed
int serializedSizeUnframed() -
serializedSizeFramed
int serializedSizeFramed() -
toUnframedBuffer
Buffer toUnframedBuffer() -
toFramedBuffer
Buffer toFramedBuffer() -
toUnframedByteArray
byte[] toUnframedByteArray() -
toFramedByteArray
byte[] toFramedByteArray() -
writeUnframed
- Throws:
IOException
-
writeFramed
- Throws:
IOException
-
writeUnframed
- Throws:
IOException
-
writeFramed
- Throws:
IOException
-