Uses of Class
org.apache.http.util.ByteArrayBuffer
Packages that use ByteArrayBuffer
Package
Description
Default implementations of message parses and writers
for synchronous, blocking communication.
Core utility classes.
-
Uses of ByteArrayBuffer in org.apache.http.impl.io
Fields in org.apache.http.impl.io declared as ByteArrayBufferModifier and TypeFieldDescriptionprivate ByteArrayBufferAbstractSessionOutputBuffer.bufferDeprecated.private final ByteArrayBufferSessionOutputBufferImpl.bufferprivate ByteArrayBufferAbstractSessionInputBuffer.lineBufferDeprecated.private final ByteArrayBufferSessionInputBufferImpl.lineBuffer -
Uses of ByteArrayBuffer in org.apache.http.util
Methods in org.apache.http.util with parameters of type ByteArrayBufferModifier and TypeMethodDescriptionvoidCharArrayBuffer.append(ByteArrayBuffer b, int off, int len) Appendslenbytes to this buffer from the given source array starting at indexoff.