com.Ostermiller.util Java Utilities


Uses of Class
com.Ostermiller.util.BufferOverflowException

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.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller