Class AsciiEncodingBenchmark

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int encode()  
      void flushBuffer​(java.nio.ByteBuffer buffer)  
      void init()  
      • Methods inherited from class java.lang.Object

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

      • AsciiEncodingBenchmark

        public AsciiEncodingBenchmark()
    • Method Detail

      • init

        public void init()
      • flushBuffer

        public void flushBuffer​(java.nio.ByteBuffer buffer)
                         throws java.io.IOException
        Specified by:
        flushBuffer in interface AsciiEncoders.BufferFlusher
        Throws:
        java.io.IOException
      • encode

        public int encode()
                   throws java.io.IOException
        Throws:
        java.io.IOException