2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang Buffers members
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ByteBuffer.h>
Inheritance diagram for acdk::lang::Buffers:
[static]
append all bytes from source to buffer
copy source buffer into target stops if source is copied or target is full
creates a Writer wrapper from the given FlexByteBuffer
Converts given ReadByteBuffer to a ReadByteBuffer which supports the native begin() and end() methods.
If the given buffer already supports these methods return the given buffer
Converts given WriteByteBuffer to a WriteByteBuffer which supports the native begin() and end() methods.
converts the given String to a ReadByteBuffer using the given encoding
creates a ReadByteBuffer from given byteArray
creates a Reader wrapper from the given ReadByteBuffer
creates a ReadWriteByteBuffer from given byteArray
creates a Writer wrapper from the given WriteByteBuffer
return a array of hex values
[inline, virtual]
internal only
Reimplemented from acdk::lang::Object.