Class Buffer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int bufEnd  
      (package private) int bufStart  
      (package private) byte[] bytes  
      (package private) int dataEnd  
      (package private) int dataStart  
    • Constructor Summary

      Constructors 
      Constructor Description
      Buffer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void allocate​(int num)  
      • Methods inherited from class java.lang.Object

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

      • bufStart

        int bufStart
      • dataStart

        int dataStart
      • dataEnd

        int dataEnd
      • bufEnd

        int bufEnd
      • bytes

        byte[] bytes
    • Constructor Detail

      • Buffer

        Buffer()
    • Method Detail

      • allocate

        void allocate​(int num)