net.rubyeye.xmemcached.buffer
接口 IoBuffer

所有已知实现类:
CachedBufferAllocator.CachedIoBuffer, SimpleIoBuffer

已过时。

@Deprecated
public interface IoBuffer

ByteBuffer wrapper

作者:
dennis

方法摘要
 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()
          已过时。  
 

方法详细信息

capacity

int capacity()
已过时。 

clear

void clear()
已过时。 

flip

void flip()
已过时。 

free

void free()
已过时。 

getByteBuffer

ByteBuffer getByteBuffer()
已过时。 

getByteBuffers

ByteBuffer[] getByteBuffers()
已过时。 

hasRemaining

boolean hasRemaining()
已过时。 

limit

int limit()
已过时。 

limit

void limit(int limit)
已过时。 

mark

void mark()
已过时。 

position

int position()
已过时。 

position

void position(int pos)
已过时。 

put

void put(ByteBuffer buff)
已过时。 

put

void put(byte b)
已过时。 

putShort

void putShort(short s)
已过时。 

putInt

void putInt(int i)
已过时。 

putLong

void putLong(long l)
已过时。 

put

void put(byte[] bytes)
已过时。 

remaining

int remaining()
已过时。 

reset

void reset()
已过时。 

isDirect

boolean isDirect()
已过时。 

order

void order(ByteOrder byteOrder)
已过时。 

order

ByteOrder order()
已过时。 


Copyright © 2013. All Rights Reserved.