dbXML API

Uses of Class
com.dbxml.util.ByteArray

Packages that use ByteArray
com.dbxml.util This package contains many of the utility classes required by dbXML  
 

Uses of ByteArray in com.dbxml.util
 

Methods in com.dbxml.util that return ByteArray
 ByteArray ByteArray.readBytes(byte[] buffer, int offset, int length)
           
 ByteArray ByteArray.readBytes(byte[] buffer)
           
 ByteArray ByteArray.writeLong(long value)
           
 ByteArray ByteArray.writeInt(int value)
           
 ByteArray ByteArray.writeShort(short value)
           
 ByteArray ByteArray.writeChar(char value)
           
 ByteArray ByteArray.writeByte(byte value)
           
 ByteArray ByteArray.writeBytes(byte[] buffer, int offset, int length)
           
 ByteArray ByteArray.writeBytes(byte[] buffer)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group