public class GlobusFileInputStream extends GlobusInputStream
Constructor and Description |
---|
GlobusFileInputStream(String file) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
Aborts transfer.
|
int |
available() |
void |
close() |
long |
getSize()
Returns the total size of input data.
|
int |
read() |
int |
read(byte[] msg) |
int |
read(byte[] buf,
int off,
int len) |
mark, markSupported, reset, skip
public GlobusFileInputStream(String file) throws IOException
IOException
public long getSize()
GlobusInputStream
getSize
in class GlobusInputStream
public void abort()
GlobusInputStream
abort
in class GlobusInputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int read(byte[] msg) throws IOException
read
in class InputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class GlobusInputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
Copyright © 2016. All rights reserved.