Uses of Class
com.Ostermiller.util.BufferOverflowException

Packages that use BufferOverflowException
com.Ostermiller.util   
 

Uses of BufferOverflowException in com.Ostermiller.util
 

Methods in com.Ostermiller.util that throw BufferOverflowException
 void CircularObjectBuffer.write(ElementType o)
          Add a single Object to this buffer.
 void CircularObjectBuffer.write(ElementType[] buf)
          Fill this buffer with array of Objects.
 void CircularObjectBuffer.write(ElementType[] buf, int off, int len)
          Fill this buffer with a portion of an array of Objects.