Class CodedOutputStream.AbstractBufferedEncoder

    • Field Detail

      • buffer

        final byte[] buffer
      • limit

        final int limit
      • position

        int position
      • totalBytesWritten

        int totalBytesWritten
    • Constructor Detail

      • AbstractBufferedEncoder

        AbstractBufferedEncoder​(int bufferSize)
    • Method Detail

      • buffer

        final void buffer​(byte value)
        This method does not perform bounds checking on the array. Checking array bounds is the responsibility of the caller.
      • bufferUInt32NoTag

        final void bufferUInt32NoTag​(int value)
        This method does not perform bounds checking on the array. Checking array bounds is the responsibility of the caller.
      • bufferUInt64NoTag

        final void bufferUInt64NoTag​(long value)
        This method does not perform bounds checking on the array. Checking array bounds is the responsibility of the caller.
      • bufferFixed32NoTag

        final void bufferFixed32NoTag​(int value)
        This method does not perform bounds checking on the array. Checking array bounds is the responsibility of the caller.
      • bufferFixed64NoTag

        final void bufferFixed64NoTag​(long value)
        This method does not perform bounds checking on the array. Checking array bounds is the responsibility of the caller.