- java.lang.Object
-
- COM.claymoresystems.util.Silo
-
-
Constructor Summary
Constructors
| Constructor and Description |
Silo() |
Silo(int size) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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
-
Silo
public Silo(int size)
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.