Uses of Class
com.Ostermiller.util.BufferOverflowException
-
Uses of BufferOverflowException in com.Ostermiller.util
Methods in com.Ostermiller.util that throw BufferOverflowExceptionModifier and TypeMethodDescriptionvoidCircularObjectBuffer.write(ElementType o) Add a single Object to this buffer.voidCircularObjectBuffer.write(ElementType[] buf) Fill this buffer with array of Objects.voidCircularObjectBuffer.write(ElementType[] buf, int off, int len) Fill this buffer with a portion of an array of Objects.