net.rubyeye.xmemcached.buffer
类 SimpleIoBuffer

java.lang.Object
  继承者 net.rubyeye.xmemcached.buffer.SimpleIoBuffer
所有已实现的接口:
IoBuffer

已过时。

@Deprecated
public class SimpleIoBuffer
extends Object
implements IoBuffer


字段摘要
protected  ByteBuffer origBuffer
          已过时。  
 
构造方法摘要
SimpleIoBuffer(ByteBuffer origBuffer)
          已过时。  
 
方法摘要
 int capacity()
          已过时。  
 void clear()
          已过时。  
 void flip()
          已过时。  
 void free()
          已过时。  
 ByteBuffer getByteBuffer()
          已过时。  
 ByteBuffer[] getByteBuffers()
          已过时。  
 boolean hasRemaining()
          已过时。  
 boolean isDirect()
          已过时。  
 int limit()
          已过时。  
 void limit(int limit)
          已过时。  
 void mark()
          已过时。  
 ByteOrder order()
          已过时。  
 void order(ByteOrder byteOrder)
          已过时。  
 int position()
          已过时。  
 void position(int pos)
          已过时。  
 void put(byte b)
          已过时。  
 void put(byte[] bytes)
          已过时。  
 void put(ByteBuffer buff)
          已过时。  
 void putInt(int i)
          已过时。  
 void putLong(long l)
          已过时。  
 void putShort(short s)
          已过时。  
 int remaining()
          已过时。  
 void reset()
          已过时。  
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

origBuffer

protected ByteBuffer origBuffer
已过时。 
构造方法详细信息

SimpleIoBuffer

public SimpleIoBuffer(ByteBuffer origBuffer)
已过时。 
方法详细信息

free

public final void free()
已过时。 
指定者:
接口 IoBuffer 中的 free

getByteBuffers

public final ByteBuffer[] getByteBuffers()
已过时。 
指定者:
接口 IoBuffer 中的 getByteBuffers

put

public final void put(byte[] bytes)
已过时。 
指定者:
接口 IoBuffer 中的 put

capacity

public final int capacity()
已过时。 
指定者:
接口 IoBuffer 中的 capacity

putInt

public void putInt(int i)
已过时。 
指定者:
接口 IoBuffer 中的 putInt

putShort

public void putShort(short s)
已过时。 
指定者:
接口 IoBuffer 中的 putShort

clear

public final void clear()
已过时。 
指定者:
接口 IoBuffer 中的 clear

reset

public final void reset()
已过时。 
指定者:
接口 IoBuffer 中的 reset

remaining

public final int remaining()
已过时。 
指定者:
接口 IoBuffer 中的 remaining

position

public final int position()
已过时。 
指定者:
接口 IoBuffer 中的 position

mark

public final void mark()
已过时。 
指定者:
接口 IoBuffer 中的 mark

limit

public final int limit()
已过时。 
指定者:
接口 IoBuffer 中的 limit

hasRemaining

public final boolean hasRemaining()
已过时。 
指定者:
接口 IoBuffer 中的 hasRemaining

flip

public final void flip()
已过时。 
指定者:
接口 IoBuffer 中的 flip

put

public final void put(byte b)
已过时。 
指定者:
接口 IoBuffer 中的 put

put

public final void put(ByteBuffer buff)
已过时。 
指定者:
接口 IoBuffer 中的 put

getByteBuffer

public final ByteBuffer getByteBuffer()
已过时。 
指定者:
接口 IoBuffer 中的 getByteBuffer

limit

public final void limit(int limit)
已过时。 
指定者:
接口 IoBuffer 中的 limit

position

public final void position(int pos)
已过时。 
指定者:
接口 IoBuffer 中的 position

order

public void order(ByteOrder byteOrder)
已过时。 
指定者:
接口 IoBuffer 中的 order

isDirect

public boolean isDirect()
已过时。 
指定者:
接口 IoBuffer 中的 isDirect

order

public ByteOrder order()
已过时。 
指定者:
接口 IoBuffer 中的 order

putLong

public void putLong(long l)
已过时。 
指定者:
接口 IoBuffer 中的 putLong


Copyright © 2013. All Rights Reserved.