COM.claymoresystems.util
Class Silo

java.lang.Object
  extended by COM.claymoresystems.util.Silo

public class Silo
extends java.lang.Object


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

Silo

public Silo(int size)

Silo

public Silo()
Method Detail

write

public void write(byte[] in)

read

public int read()

bytesAvailable

public int bytesAvailable()

read

public int read(byte[] out,
                int off,
                int len)


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.