public class CSMBufferedInputStream
extends java.io.BufferedInputStream
| Constructor and Description |
|---|
CSMBufferedInputStream(IfxDataInputStream Is,
CSMspwd csm) |
CSMBufferedInputStream(IfxDataInputStream Is,
int size,
CSMspwd csm) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
java.lang.String |
getClientLocale()
Return the class variable ClientLocale.
|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
setClientLocale(java.lang.String loc)
Set the class variable ClientLocale.
|
long |
skip(long n) |
public CSMBufferedInputStream(IfxDataInputStream Is, CSMspwd csm)
public CSMBufferedInputStream(IfxDataInputStream Is, int size, CSMspwd csm)
public int read()
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.BufferedInputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.BufferedInputStreamjava.io.IOExceptionpublic void setClientLocale(java.lang.String loc)
loc - public java.lang.String getClientLocale()
loc -