|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--COM.claymoresystems.util.Silo
| Constructor Summary | |
|---|---|
Silo()
|
|
Silo(int size)
|
|
| Method Summary | |
|---|---|
int |
bytesAvailable()
|
int |
read()
|
int |
read(byte[] out,
int off,
int len)
|
void |
write(byte[] in)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Silo(int size)
public Silo()
| Method Detail |
public void write(byte[] in)
public int read()
public int bytesAvailable()
public int read(byte[] out,
int off,
int len)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||