hep.io.root.daemon
Class DaemonInputStream
java.lang.Object
java.io.InputStream
hep.io.root.daemon.DaemonInputStream
- public abstract class DaemonInputStream
- extends InputStream
Adds limited random access to InputStream.
This class is returned from RootURLConnection.getInputStream().
- Author:
- Tony Johnson
- Source Code:
- DaemonInputStream.java
Method Summary |
long |
getPosition()
Get the current file position |
void |
setPosition(long pos)
Set the current file position |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
protected long position
DaemonInputStream
public DaemonInputStream()
getPosition
public long getPosition()
- Get the current file position
setPosition
public void setPosition(long pos)
- Set the current file position
Copyright © 2000-2004 FreeHEP, All Rights Reserved.