Class BlobReader


  • public class BlobReader
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void advance​(int to)  
      int position()  
      void readRemaining()  
      • Methods inherited from class java.lang.Object

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

      • position

        public int position()
      • readRemaining

        public void readRemaining()
      • advance

        public void advance​(int to)