com.sybase.jdbc2.utils
Class CacheChunk

java.lang.Object
  |
  +--com.sybase.jdbc2.utils.CacheChunk

public class CacheChunk
extends Object


Field Summary
 protected byte[]_buf
           
 protected int_length
           
 protected com.sybase.jdbc2.utils.CacheChunk_next
           

Constructor Summary
 protected CacheChunk(byte[] )
           

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_buf

protected byte[] _buf

_length

protected int _length

_next

protected com.sybase.jdbc2.utils.CacheChunk _next
Constructor Detail

CacheChunk

protected CacheChunk(byte[] )