public class XrootdInputStream extends DaemonInputStream
| Constructor and Description |
|---|
XrootdInputStream(XrootdURLConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getPosition()
Get the current file position
|
int |
read() |
int |
read(byte[] values,
int offset,
int size) |
void |
setPosition(long pos)
Set the current file position
|
long |
skip(long skip) |
mark, markSupported, read, resetpublic XrootdInputStream(XrootdURLConnection conn) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read(byte[] values,
int offset,
int size)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long skip)
throws IOException
skip in class InputStreamIOExceptionpublic void setPosition(long pos)
DaemonInputStreamsetPosition in class DaemonInputStreampublic int available()
throws IOException
available in class InputStreamIOExceptionpublic long getPosition()
DaemonInputStreamgetPosition in class DaemonInputStreamJas4pp 1.5 © Java Analysis Studio for Particle Physics