com.jalios.jcms.webdav
Class ByteBuffer
java.lang.Object
com.jalios.jcms.webdav.ByteBuffer
public class ByteBuffer
- extends Object
This is an internal Class used by Win32Link to manipulate array of byte.
It should not be used by other packages.
- Since:
- jcms-5.5.0
- Version:
- $Revision: 23893 $
- Author:
- Jean-Philippe Encausse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
ByteBuffer
public ByteBuffer(int size)
putByte
public void putByte(byte v)
putChar
public void putChar(char v)
putInt
public void putInt(int v)
putLong
public void putLong(long v)
putBytes
public void putBytes(byte[] v)
putString
public void putString(String v)
putUTF
public void putUTF(String v)
putBSTR
public void putBSTR(String v,
boolean UTF)
reset
public void reset()
position
public int position()
getBytes
public byte[] getBytes()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.