Class ByteArrayDataOutputStream.LazySizeImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int position  
      private int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LazySizeImpl​(int position)  
    • Method Summary

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

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

      • position

        private final int position
      • value

        private int value
    • Constructor Detail

      • LazySizeImpl

        public LazySizeImpl​(int position)
    • Method Detail

      • markEnd

        public void markEnd()
        Specified by:
        markEnd in interface LazySize