Class SharedMemorySocket.SharedMemoryInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.mariadb.jdbc.internal.io.socket.SharedMemorySocket.SharedMemoryInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- SharedMemorySocket
class SharedMemorySocket.SharedMemoryInputStream extends java.io.InputStream
-
-
Constructor Summary
Constructors Constructor Description SharedMemoryInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] bytes)
int
read(byte[] bytes, int off, int count)
-
-
-
Method Detail
-
read
public int read(byte[] bytes, int off, int count) throws java.io.IOException
- Overrides:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
read
public int read() throws java.io.IOException
- Specified by:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
read
public int read(byte[] bytes) throws java.io.IOException
- Overrides:
read
in classjava.io.InputStream
- Throws:
java.io.IOException
-
-