org.refcodes.component.Closablepublic interface ByteDatagramInputStream
extends org.refcodes.component.Closable
InputStream does not provide some useful *interface*)InputStream| Modifier and Type | Method | Description |
|---|---|---|
int |
available() |
Available.
|
void |
mark(int readlimit) |
Mark.
|
boolean |
markSupported() |
Mark supported.
|
int |
read() |
Read.
|
int |
read(byte[] b) |
Read.
|
int |
read(byte[] b,
int off,
int len) |
Read.
|
void |
reset() |
Reset.
|
long |
skip(long n) |
Skip.
|
int read() throws org.refcodes.component.OpenException
org.refcodes.component.OpenException - the open exceptionint read(byte[] b) throws org.refcodes.component.OpenException
b - the borg.refcodes.component.OpenException - the open exceptionint read(byte[] b,
int off,
int len)
throws org.refcodes.component.OpenException
b - the boff - the offlen - the lenorg.refcodes.component.OpenException - the open exceptionlong skip(long n) throws org.refcodes.component.OpenException
n - the norg.refcodes.component.OpenException - the open exceptionint available()
throws org.refcodes.component.OpenException
org.refcodes.component.OpenException - the open exceptionvoid mark(int readlimit)
readlimit - the readlimitvoid reset()
throws org.refcodes.component.OpenException
org.refcodes.component.OpenException - the open exceptionboolean markSupported()
Copyright © 2018. All rights reserved.