Class NamedPipeSocketFactory.RandomAccessFileInputStream
java.lang.Object
java.io.InputStream
com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
NamedPipeSocketFactory
Enables OutputStream-type functionality for a RandomAccessFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
raFile
RandomAccessFile raFile
-
-
Constructor Details
-
RandomAccessFileInputStream
RandomAccessFileInputStream(RandomAccessFile file)
-
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException- See Also:
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException- See Also:
-
read
- Specified by:
readin classInputStream- Throws:
IOException- See Also:
-
read
- Overrides:
readin classInputStream- Throws:
IOException- See Also:
-
read
- Overrides:
readin classInputStream- Throws:
IOException- See Also:
-