C# Class IKVM.Internal.VirtualFileSystem

Datei anzeigen Open project: samskivert/ikvm-monotouch

Private Methods

Method Description
AddDummyLibrary ( VfsDirectory dir, string name ) : void
AddZipEntry ( java zf, VfsDirectory root, java entry ) : void
CheckAccess ( string path, int access ) : bool
GetAssemblyClassesPath ( Assembly asm ) : string
GetAssemblyResourcesPath ( Assembly asm ) : string
GetBooleanAttributes ( string path ) : int
GetLength ( string path ) : long
GetVfsEntry ( string name ) : VfsEntry
Initialize ( ) : void
IsVirtualFS ( string path ) : bool
List ( string path ) : string[]
MapExecutable ( string path ) : string
Open ( string name, System fileMode, System fileAccess ) : System.IO.Stream