|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.core.IOUtil.BufferHolder
public static final class IOUtil.BufferHolder
Holds a byte buffer for use in this class while copying bytes around.
| Constructor Summary | |
|---|---|
IOUtil.BufferHolder()
|
|
| Method Summary | |
|---|---|
byte[] |
checkoutBuffer()
Checks the byte buffer out of this holder. |
int |
getRecursionDepth()
Returns the recursion depth. |
void |
returnBuffer(byte[] buffer)
Returns the byte buffer to this holder. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOUtil.BufferHolder()
| Method Detail |
|---|
public byte[] checkoutBuffer()
public void returnBuffer(byte[] buffer)
public int getRecursionDepth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||