| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
buf
The byte buffer used for reading and writing.
|
(package private) static List<Reference<Streams.Buffer[]>> |
list
Each entry in this list holds a soft reference to an array
initialized with instances of this class.
|
(package private) int |
read
The actual number of bytes read into the buffer.
|
| Modifier | Constructor and Description |
|---|---|
private |
Streams.Buffer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Streams.Buffer[] |
allocate() |
(package private) static void |
release(Streams.Buffer[] buffers) |
final byte[] buf
static final List<Reference<Streams.Buffer[]>> list
int read
static Streams.Buffer[] allocate()
static void release(Streams.Buffer[] buffers)
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.