| java.lang.Object org.apache.harmony.x.print.ipp.IppByteBuffer
IppByteBuffer | public class IppByteBuffer (Code) | | |
Method Summary | |
protected int | addcapacity(int add) | public byte | get(int index) | public byte[] | get(int index, int length) | public byte[] | getBuf() | public byte[] | getBytes() | public int | getInt(int index) | public short | getShort(int index) | public byte[] | put(int index, byte value) | public byte[] | put(int index, short value) | public byte[] | put(int index, int value) | public byte[] | put(int index, byte[] value) |
IppByteBuffer | public IppByteBuffer()(Code) | | |
IppByteBuffer | public IppByteBuffer(byte[] rb)(Code) | | |
addcapacity | protected int addcapacity(int add)(Code) | | |
get | public byte get(int index)(Code) | | |
get | public byte[] get(int index, int length)(Code) | | |
getBuf | public byte[] getBuf()(Code) | | |
getBytes | public byte[] getBytes()(Code) | | |
getInt | public int getInt(int index)(Code) | | |
getShort | public short getShort(int index)(Code) | | |
put | public byte[] put(int index, byte value)(Code) | | |
put | public byte[] put(int index, short value)(Code) | | |
put | public byte[] put(int index, int value)(Code) | | |
put | public byte[] put(int index, byte[] value)(Code) | | |
|
|