Class DoctypeSupport.IntBufferReadable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] buf  
      private int off  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buf

        private final int[] buf
      • off

        private int off
    • Constructor Detail