Uses of Class
org.fusesource.hawtbuf.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in org.fusesource.hawtbuf
Subclasses of Buffer in org.fusesource.hawtbufClasses in org.fusesource.hawtbuf that implement interfaces with type arguments of type BufferFields in org.fusesource.hawtbuf declared as BufferMethods in org.fusesource.hawtbuf that return BufferModifier and TypeMethodDescriptionfinal BufferBuffer.buffer()final BufferBuffer.clear()final BufferBuffer.compact()final BufferBuffer.data(byte[] data) final BufferBuffer.deepCopy()final BufferBuffer.flip()BufferOutputStream.getNextBuffer(int len) static final Bufferfinal BufferBuffer.length(int length) final BufferBuffer.moveHead(int value) final BufferBuffer.moveTail(int value) final BufferBuffer.offset(int offset) BufferInputStream.readBuffer(int len) DataByteArrayInputStream.readBuffer(int len) final BufferBuffer.slice(int low, int high) final Buffer[]Buffer.split(byte separator) BufferOutputStream.toBuffer()ByteArrayOutputStream.toBuffer()DataByteArrayOutputStream.toBuffer()Get a Buffer from the streamstatic BufferHexSupport.toBufferFromHex(String hex) final BufferBuffer.trim()final BufferBuffer.trimEnd()final BufferBuffer.trimFront()Methods in org.fusesource.hawtbuf with parameters of type BufferModifier and TypeMethodDescriptionstatic AsciiBufferstatic AsciiBufferstatic BufferEditorintintfinal booleanBuffer.containsAt(Buffer needle, int pos) static Stringstatic Stringfinal booleanfinal intfinal intstatic final Bufferstatic BufferEditorprivate final booleanvoidreset theStoreByteArrayInputStreamto use an new Bufferfinal booleanBuffer.startsWith(Buffer other) static String////////////////////////////////////////////////////////////////static StringHexSupport.toHexFromBuffer(Buffer buffer) static UTF8Bufferstatic UTF8BuffervoidvoidMethod parameters in org.fusesource.hawtbuf with type arguments of type BufferConstructors in org.fusesource.hawtbuf with parameters of type BufferModifierConstructorDescriptionAsciiBuffer(Buffer other) (package private)BigEndianBufferEditor(Buffer buffer) privateBufferEditor(Buffer buffer) BufferInputStream(Buffer sequence) BufferOutputStream(Buffer data) ByteArrayInputStream(Buffer buffer) DataByteArrayInputStream(Buffer buffer) Creates aStoreByteArrayInputStream.(package private)LittleEndianBufferEditor(Buffer buffer) UTF8Buffer(Buffer other) -
Uses of Buffer in org.fusesource.hawtbuf.codec
Classes in org.fusesource.hawtbuf.codec with type parameters of type BufferModifier and TypeClassDescriptionclassAbstractBufferCodec<T extends Buffer>Implementation of a Codec for Buffer objectsSubclasses with type arguments of type Buffer in org.fusesource.hawtbuf.codecModifier and TypeClassDescriptionclassImplementation of a Marshaller for Buffer objects.Classes in org.fusesource.hawtbuf.codec that implement interfaces with type arguments of type BufferModifier and TypeClassDescriptionclassImplementation of a Marshaller for Buffer objectsMethods in org.fusesource.hawtbuf.codec that return BufferMethods in org.fusesource.hawtbuf.codec with parameters of type BufferModifier and TypeMethodDescriptionvoidFixedBufferCodec.encode(Buffer value, DataOutput dataOut) intFixedBufferCodec.estimatedSize(Buffer object) -
Uses of Buffer in org.fusesource.hawtbuf.proto
Fields in org.fusesource.hawtbuf.proto declared as BufferMethods in org.fusesource.hawtbuf.proto that return BufferModifier and TypeMethodDescriptionCodedOutputStream.getNextBuffer(int size) CodedInputStream.readBytes()Read abytesfield value from the stream.static BufferMessageBufferSupport.readFrame(InputStream input) CodedInputStream.readRawBytes(int size) Read a fixed size of bytes from the input.BaseMessage.toFramedBuffer()Message.toFramedBuffer()MessageBuffer.toFramedBuffer()static BufferMessageBufferSupport.toFramedBuffer(MessageBuffer message) BaseMessage.toUnframedBuffer()DeferredDecodeMessage.toUnframedBuffer()Message.toUnframedBuffer()MessageBuffer.toUnframedBuffer()static BufferMessageBufferSupport.toUnframedBuffer(MessageBuffer message) Methods in org.fusesource.hawtbuf.proto with parameters of type BufferModifier and TypeMethodDescriptionstatic intCodedOutputStream.computeBytesSize(int fieldNumber, Buffer value) Compute the number of bytes that would be needed to encode abytesfield, including tag.BaseMessage.mergeFramed(Buffer data) Message.mergeFramed(Buffer buffer) BaseMessage.mergeUnframed(Buffer data) DeferredDecodeMessage.mergeUnframed(Buffer data) Message.mergeUnframed(Buffer buffer) PBMessageFactory.parseFramed(Buffer data) PBMessageFactory.parseUnframed(Buffer data) voidCodedOutputStream.writeBytes(int fieldNumber, Buffer value) Write abytesfield, including tag, to the stream.voidCodedOutputStream.writeRawBytes(Buffer data) Constructors in org.fusesource.hawtbuf.proto with parameters of type Buffer -
Uses of Buffer in org.fusesource.hawtbuf.proto.compiler
Methods in org.fusesource.hawtbuf.proto.compiler that return BufferModifier and TypeMethodDescriptionTextFormat.Tokenizer.consumeBuffer()If the next token is a string, consume it, unescape it as aBuffer, and return it.(package private) static BufferTextFormat.unescapeBytes(CharSequence input) Un-escape a byte sequence as escaped usingTextFormat.escapeBytes(Buffer).Methods in org.fusesource.hawtbuf.proto.compiler with parameters of type BufferModifier and TypeMethodDescription(package private) static StringTextFormat.escapeBytes(Buffer input) Escapes bytes in the format used in protocol buffer text format, which is the same as the format used for C string literals.