|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteBuffer | |
oracle.ide.util | Contains utility classes. |
Uses of ByteBuffer in oracle.ide.util |
Methods in oracle.ide.util that return ByteBuffer | |
ByteBuffer |
ByteBuffer.append(byte[] bytes)
Appends the contents of the byte array argument to this
byte buffer. |
ByteBuffer |
ByteBuffer.append(byte[] bytes,
int offset,
int len)
Appends a subarray of the byte array argument to this
byte buffer. |
ByteBuffer |
ByteBuffer.delete(int start,
int end)
Removes the bytes in a subarray of this ByteBuffer . |
ByteBuffer |
ByteBuffer.deleteByteAt(int index)
Removes the byte at the specified position in this ByteBuffer (shortening the ByteBuffer
by one byte). |
ByteBuffer |
ByteBuffer.replace(int start,
int end,
byte[] bytes)
Replaces the bytes in a subarray of this ByteBuffer
with bytes in the specified array. |
ByteBuffer |
ByteBuffer.insert(int index,
byte[] bytes,
int offset,
int len)
Inserts the bytes of a subarray of the bytes array
argument into this byte buffer. |
ByteBuffer |
ByteBuffer.insert(int offset,
byte[] bytes)
Inserts the bytes of the bytes array argument into
this byte buffer. |
ByteBuffer |
ByteBuffer.reverse()
The byte sequence contained in this byte buffer is replaced by the reverse of the sequence. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.