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, reset
public XrootdInputStream(XrootdURLConnection conn) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read(byte[] values, int offset, int size) throws IOException
read
in class InputStream
IOException
public long skip(long skip) throws IOException
skip
in class InputStream
IOException
public void setPosition(long pos)
DaemonInputStream
setPosition
in class DaemonInputStream
public int available() throws IOException
available
in class InputStream
IOException
public long getPosition()
DaemonInputStream
getPosition
in class DaemonInputStream
Jas4pp 1.5 © Java Analysis Studio for Particle Physics