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