public interface MariaDbInputStream
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
getLastPacketSeq() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len) |
int |
readHeader() |
void |
reset() |
void |
setLastPacketSeq(int lastPacketSeq) |
long |
skip(long length) |
int readHeader() throws IOException
IOException
int read() throws IOException
IOException
int read(byte[] bytes) throws IOException
IOException
int read(byte[] bytes, int off, int len) throws IOException
IOException
long skip(long length) throws IOException
IOException
int available() throws IOException
IOException
void close() throws IOException
IOException
void mark(int readlimit)
void reset() throws IOException
IOException
boolean markSupported()
void setLastPacketSeq(int lastPacketSeq)
int getLastPacketSeq()
Copyright © 2016. All rights reserved.