hep.io.root.daemon
Class RootProtocol
java.lang.Object
  
hep.io.root.daemon.RootProtocol
- public class RootProtocol
- extends Object
  
- Author:
 
  - Tony Johnson
 
- Source Code:
 - RootProtocol.java
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
defaultPort
public static final int defaultPort
- See Also:
 - Constant Field Values
 
RootProtocol
public RootProtocol(String host,
                    int port,
                    String auth,
                    String username,
                    String password)
             throws IOException
- Creates a new instance of RootProtocol
 
getBufferSize
public int getBufferSize()
 
setBufferSize
public void setBufferSize(int bufferSize)
 
fstat
public String[] fstat()
               throws IOException
- Throws:
 IOException
 
open
public void open(String file)
          throws IOException
- Throws:
 IOException
 
openStream
public DaemonInputStream openStream(long size)
 
ls
public String[] ls(String dir)
            throws IOException
- Throws:
 IOException
 
pwd
public String pwd()
           throws IOException
- Throws:
 IOException
 
main
public static void main(String[] args)
                 throws IOException
- Throws:
 IOException
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.