Package org.globus.gsi.gssapi.net
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 GSSContext
protected InputStream
protected int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.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:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
hasData
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-