org.fusesource.hawtbuf.proto
Interface MessageBuffer<B,MB extends MessageBuffer>
- All Superinterfaces:
- PBMessage<B,MB>
public interface MessageBuffer<B,MB extends MessageBuffer>
- extends PBMessage<B,MB>
serializedSizeUnframed
int serializedSizeUnframed()
serializedSizeFramed
int serializedSizeFramed()
toUnframedBuffer
Buffer toUnframedBuffer()
toFramedBuffer
Buffer toFramedBuffer()
toUnframedByteArray
byte[] toUnframedByteArray()
toFramedByteArray
byte[] toFramedByteArray()
writeUnframed
void writeUnframed(CodedOutputStream output)
throws IOException
- Throws:
IOException
writeFramed
void writeFramed(CodedOutputStream output)
throws IOException
- Throws:
IOException
writeUnframed
void writeUnframed(OutputStream output)
throws IOException
- Throws:
IOException
writeFramed
void writeFramed(OutputStream output)
throws IOException
- Throws:
IOException
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.