public abstract class DataStream
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
connectionID_ |
protected static ConverterImplRemote |
converter_ |
protected byte[] |
data_ |
protected int |
headerLength_ |
protected AS400ImplRemote |
system_ |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected int |
get16bit(int offset) |
protected int |
get32bit(int offset) |
protected long |
get64bit(int offset) |
protected byte |
get8bit(int offset) |
java.lang.Object |
getNewDataStream() |
int |
hashCode() |
protected int |
readAfterHeader(java.io.InputStream in) |
protected void |
set16bit(int i,
int offset) |
protected void |
set32bit(int i,
int offset) |
protected void |
set32bit(long i,
int offset) |
protected void |
set64bit(long longVal,
int offset) |
protected static ConverterImplRemote converter_
protected int connectionID_
protected AS400ImplRemote system_
protected byte[] data_
protected int headerLength_
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.Object getNewDataStream()
protected final byte get8bit(int offset)
protected final int get16bit(int offset)
protected final int get32bit(int offset)
protected final long get64bit(int offset)
public int hashCode()
hashCode
in class java.lang.Object
protected int readAfterHeader(java.io.InputStream in) throws java.io.IOException
java.io.IOException
protected final void set16bit(int i, int offset)
protected final void set32bit(int i, int offset)
protected final void set32bit(long i, int offset)
protected final void set64bit(long longVal, int offset)