Class SimpleIoBuffer

  • All Implemented Interfaces:
    IoBuffer

    @Deprecated
    public class SimpleIoBuffer
    extends java.lang.Object
    implements IoBuffer
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.nio.ByteBuffer origBuffer
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleIoBuffer​(java.nio.ByteBuffer origBuffer)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int capacity()
      Deprecated.
       
      void clear()
      Deprecated.
       
      void flip()
      Deprecated.
       
      void free()
      Deprecated.
       
      java.nio.ByteBuffer getByteBuffer()
      Deprecated.
       
      java.nio.ByteBuffer[] getByteBuffers()
      Deprecated.
       
      boolean hasRemaining()
      Deprecated.
       
      boolean isDirect()
      Deprecated.
       
      int limit()
      Deprecated.
       
      void limit​(int limit)
      Deprecated.
       
      void mark()
      Deprecated.
       
      java.nio.ByteOrder order()
      Deprecated.
       
      void order​(java.nio.ByteOrder byteOrder)
      Deprecated.
       
      int position()
      Deprecated.
       
      void position​(int pos)
      Deprecated.
       
      void put​(byte b)
      Deprecated.
       
      void put​(byte[] bytes)
      Deprecated.
       
      void put​(java.nio.ByteBuffer buff)
      Deprecated.
       
      void putInt​(int i)
      Deprecated.
       
      void putLong​(long l)
      Deprecated.
       
      void putShort​(short s)
      Deprecated.
       
      int remaining()
      Deprecated.
       
      void reset()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • origBuffer

        protected java.nio.ByteBuffer origBuffer
        Deprecated.
    • Constructor Detail

      • SimpleIoBuffer

        public SimpleIoBuffer​(java.nio.ByteBuffer origBuffer)
        Deprecated.
    • Method Detail

      • free

        public final void free()
        Deprecated.
        Specified by:
        free in interface IoBuffer
      • getByteBuffers

        public final java.nio.ByteBuffer[] getByteBuffers()
        Deprecated.
        Specified by:
        getByteBuffers in interface IoBuffer
      • put

        public final void put​(byte[] bytes)
        Deprecated.
        Specified by:
        put in interface IoBuffer
      • capacity

        public final int capacity()
        Deprecated.
        Specified by:
        capacity in interface IoBuffer
      • putInt

        public void putInt​(int i)
        Deprecated.
        Specified by:
        putInt in interface IoBuffer
      • putShort

        public void putShort​(short s)
        Deprecated.
        Specified by:
        putShort in interface IoBuffer
      • clear

        public final void clear()
        Deprecated.
        Specified by:
        clear in interface IoBuffer
      • reset

        public final void reset()
        Deprecated.
        Specified by:
        reset in interface IoBuffer
      • remaining

        public final int remaining()
        Deprecated.
        Specified by:
        remaining in interface IoBuffer
      • position

        public final int position()
        Deprecated.
        Specified by:
        position in interface IoBuffer
      • mark

        public final void mark()
        Deprecated.
        Specified by:
        mark in interface IoBuffer
      • limit

        public final int limit()
        Deprecated.
        Specified by:
        limit in interface IoBuffer
      • hasRemaining

        public final boolean hasRemaining()
        Deprecated.
        Specified by:
        hasRemaining in interface IoBuffer
      • flip

        public final void flip()
        Deprecated.
        Specified by:
        flip in interface IoBuffer
      • put

        public final void put​(byte b)
        Deprecated.
        Specified by:
        put in interface IoBuffer
      • put

        public final void put​(java.nio.ByteBuffer buff)
        Deprecated.
        Specified by:
        put in interface IoBuffer
      • getByteBuffer

        public final java.nio.ByteBuffer getByteBuffer()
        Deprecated.
        Specified by:
        getByteBuffer in interface IoBuffer
      • limit

        public final void limit​(int limit)
        Deprecated.
        Specified by:
        limit in interface IoBuffer
      • position

        public final void position​(int pos)
        Deprecated.
        Specified by:
        position in interface IoBuffer
      • order

        public void order​(java.nio.ByteOrder byteOrder)
        Deprecated.
        Specified by:
        order in interface IoBuffer
      • isDirect

        public boolean isDirect()
        Deprecated.
        Specified by:
        isDirect in interface IoBuffer
      • order

        public java.nio.ByteOrder order()
        Deprecated.
        Specified by:
        order in interface IoBuffer
      • putLong

        public void putLong​(long l)
        Deprecated.
        Specified by:
        putLong in interface IoBuffer