Class HTTPBodyInputStream
java.lang.Object
java.io.InputStream
org.tmatesoft.svn.core.internal.io.dav.http.HTTPBodyInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, skip, skipNBytes, transferTo
-
Field Details
-
myFile
-
myDelegate
-
-
Constructor Details
-
HTTPBodyInputStream
-
-
Method Details
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
reset
- Overrides:
reset
in classInputStream
- Throws:
IOException
-
getDelegate
- Throws:
IOException
-