Uses of Class
org.apache.http.util.ByteArrayBuffer
-
Packages that use ByteArrayBuffer Package Description org.apache.http.impl.io Default implementations of message parses and writers for synchronous, blocking communication.org.apache.http.util Core utility classes. -
-
Uses of ByteArrayBuffer in org.apache.http.impl.io
Fields in org.apache.http.impl.io declared as ByteArrayBuffer Modifier and Type Field Description private ByteArrayBuffer
AbstractSessionOutputBuffer. buffer
Deprecated.private ByteArrayBuffer
SessionOutputBufferImpl. buffer
private ByteArrayBuffer
AbstractSessionInputBuffer. lineBuffer
Deprecated.private ByteArrayBuffer
SessionInputBufferImpl. lineBuffer
-
Uses of ByteArrayBuffer in org.apache.http.util
Methods in org.apache.http.util with parameters of type ByteArrayBuffer Modifier and Type Method Description void
CharArrayBuffer. append(ByteArrayBuffer b, int off, int len)
Appendslen
bytes to this buffer from the given source array starting at indexoff
.
-