ClientAccessDataStream
public abstract class DataStream extends Object
Modifier and Type | Field | Description |
---|---|---|
protected int |
connectionID_ |
|
protected static ConverterImplRemote |
converter_ |
|
protected byte[] |
data_ |
|
protected int |
headerLength_ |
|
protected AS400ImplRemote |
system_ |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
protected int |
get16bit(int offset) |
|
protected int |
get32bit(int offset) |
|
protected long |
get64bit(int offset) |
|
protected byte |
get8bit(int offset) |
|
Object |
getNewDataStream() |
|
int |
hashCode() |
|
protected int |
readAfterHeader(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 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)
protected int readAfterHeader(InputStream in) throws IOException
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)
Copyright © 2023. All rights reserved.