hep.io.root.daemon.xrootd
Class OpenFile

java.lang.Object
  extended by hep.io.root.daemon.xrootd.OpenFile

public class OpenFile
extends Object

A class representing an open xrootd file. It encapsulates a handle used internally, and the destination with which the file is associated. The handle and destination may be changed as a result of an error or a redirect.

Author:
tonyj

Method Summary
 int getCompressionSize()
           
 int getCompressionType()
           
 int getMode()
           
 int getOptions()
           
 String getPath()
           
 FileStatus getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public String getPath()

getMode

public int getMode()

getOptions

public int getOptions()

getCompressionSize

public int getCompressionSize()

getCompressionType

public int getCompressionType()

getStatus

public FileStatus getStatus()


Copyright © 2000-2013 FreeHEP. All Rights Reserved.