Class SaslInputStream
java.lang.Object
java.io.InputStream
org.tmatesoft.svn.core.internal.io.svn.sasl.SaslInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteBufferprivate SaslClientprivate byte[]private InputStream -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
mySource
-
myClient
-
myReadBuffer
private byte[] myReadBuffer -
myByteBuffer
-
-
Constructor Details
-
SaslInputStream
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
fetchDecodedBuffer
- Throws:
IOException
-