Class PlainDecoder


  • public class PlainDecoder
    extends Decoder
    • Constructor Summary

      Constructors 
      Constructor Description
      PlainDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext​(java.nio.ByteBuffer buffer)  
      java.math.BigDecimal readBigDecimal​(java.nio.ByteBuffer buffer)  
      Binary readBinary​(java.nio.ByteBuffer buffer)  
      boolean readBoolean​(java.nio.ByteBuffer buffer)  
      double readDouble​(java.nio.ByteBuffer buffer)  
      float readFloat​(java.nio.ByteBuffer buffer)  
      int readInt​(java.nio.ByteBuffer buffer)  
      long readLong​(java.nio.ByteBuffer buffer)  
      short readShort​(java.nio.ByteBuffer buffer)  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • PlainDecoder

        public PlainDecoder()
    • Method Detail

      • readBoolean

        public boolean readBoolean​(java.nio.ByteBuffer buffer)
        Overrides:
        readBoolean in class Decoder
      • readShort

        public short readShort​(java.nio.ByteBuffer buffer)
        Overrides:
        readShort in class Decoder
      • readInt

        public int readInt​(java.nio.ByteBuffer buffer)
        Overrides:
        readInt in class Decoder
      • readLong

        public long readLong​(java.nio.ByteBuffer buffer)
        Overrides:
        readLong in class Decoder
      • readFloat

        public float readFloat​(java.nio.ByteBuffer buffer)
        Overrides:
        readFloat in class Decoder
      • readDouble

        public double readDouble​(java.nio.ByteBuffer buffer)
        Overrides:
        readDouble in class Decoder
      • hasNext

        public boolean hasNext​(java.nio.ByteBuffer buffer)
        Specified by:
        hasNext in class Decoder
      • readBigDecimal

        public java.math.BigDecimal readBigDecimal​(java.nio.ByteBuffer buffer)
        Overrides:
        readBigDecimal in class Decoder
      • reset

        public void reset()
        Specified by:
        reset in class Decoder