| java.lang.Object com.sun.xml.ws.transport.tcp.io.DataInOutUtils
DataInOutUtils | final public class DataInOutUtils (Code) | | author: Alexey Stashok |
Method Summary | |
public static void | readFully(InputStream inputStream, byte[] buffer) | public static void | readFully(InputStream inputStream, byte[] buffer, int offset, int length) | public static int | readInt4(InputStream is) | public static int | readInt4(ByteBuffer buffer) | public static int | readInt8(InputStream is) | public static int | readInt8(ByteBuffer buffer) | public static void | readInts4(InputStream is, int[] array, int count) | public static int | readInts4(InputStream is, int[] array, int count, int lowValue) | public static void | readInts4(ByteBuffer buffer, int[] array, int count) | public static int | readInts4(ByteBuffer buffer, int[] array, int count, int lowValue) | public static void | writeInt4(OutputStream os, int value) | public static int | writeInt4(OutputStream out, int value, int highValue, boolean flush) | public static int | writeInt4(ByteBuffer bb, int value, int highValue, boolean flush) | public static void | writeInt8(OutputStream os, int value) | public static void | writeInt8(ByteBuffer bb, int value) | public static void | writeInts4(ByteBuffer bb, int... values) | public static void | writeInts4(ByteBuffer bb, int[] array, int offset, int count) | public static void | writeInts4(OutputStream out, int... values) | public static void | writeInts4(OutputStream out, int[] array, int offset, int count) |
readInts4 | public static void readInts4(ByteBuffer buffer, int[] array, int count) throws IOException(Code) | | |
readInts4 | public static int readInts4(ByteBuffer buffer, int[] array, int count, int lowValue) throws IOException(Code) | | |
writeInt4 | public static int writeInt4(ByteBuffer bb, int value, int highValue, boolean flush) throws IOException(Code) | | |
writeInt8 | public static void writeInt8(ByteBuffer bb, int value) throws IOException(Code) | | |
writeInts4 | public static void writeInts4(ByteBuffer bb, int... values) throws IOException(Code) | | |
writeInts4 | public static void writeInts4(ByteBuffer bb, int[] array, int offset, int count) throws IOException(Code) | | |
|
|