Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sshtools.daemon.vfs
Class VirtualFileSystem.OpenFile  view VirtualFileSystem.OpenFile download VirtualFileSystem.OpenFile.java

java.lang.Object
  extended bycom.sshtools.daemon.vfs.VirtualFileSystem.OpenFile
Enclosing class:
VirtualFileSystem

class VirtualFileSystem.OpenFile
extends java.lang.Object


Field Summary
(package private)  java.io.File f
           
(package private)  com.sshtools.j2ssh.io.UnsignedInteger32 flags
           
(package private)  java.io.RandomAccessFile raf
           
 
Constructor Summary
VirtualFileSystem.OpenFile(java.io.File f, java.io.RandomAccessFile raf, com.sshtools.j2ssh.io.UnsignedInteger32 flags)
           
 
Method Summary
 java.io.File getFile()
           
 com.sshtools.j2ssh.io.UnsignedInteger32 getFlags()
           
 java.io.RandomAccessFile getRandomAccessFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

java.io.File f

raf

java.io.RandomAccessFile raf

flags

com.sshtools.j2ssh.io.UnsignedInteger32 flags
Constructor Detail

VirtualFileSystem.OpenFile

public VirtualFileSystem.OpenFile(java.io.File f,
                                  java.io.RandomAccessFile raf,
                                  com.sshtools.j2ssh.io.UnsignedInteger32 flags)
Method Detail

getFile

public java.io.File getFile()

getRandomAccessFile

public java.io.RandomAccessFile getRandomAccessFile()

getFlags

public com.sshtools.j2ssh.io.UnsignedInteger32 getFlags()