Class GssInputStream
java.lang.Object
java.io.InputStream
org.globus.gsi.gssapi.net.GssInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Direct Known Subclasses:
GridFTPInputStream, GSIGssInputStream
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected GSSContextprotected InputStreamprotected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
in
-
context
-
buff
protected byte[] buff -
index
protected int index
-
-
Constructor Details
-
GssInputStream
-
-
Method Details
-
unwrap
- Throws:
IOException
-
readMsg
- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
hasData
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-