|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.schlichtherle.truezip.io.Streams.Buffer
private static class Streams.Buffer
A buffer for I/O.
| Field Summary | |
|---|---|
(package private) byte[] |
buf
The byte buffer used for asynchronous 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. |
| Constructor Summary | |
|---|---|
private |
Streams.Buffer()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final List<Reference<Streams.Buffer[]>> list
byte[] buf
int read
| Constructor Detail |
|---|
private Streams.Buffer()
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||