C# Class Manos.IO.FileSystem

Show file Open project: toptensoftware/manos

Public Methods

Method Description
GetFileLength ( string path, int>.Action cb ) : void
LengthCallbackHandler ( IntPtr gchandle, IntPtr length, int error ) : void

Private Methods

Method Description
manos_file_get_length ( string path, Action cb, IntPtr gchandle ) : void

Method Details

GetFileLength() public static method

public static GetFileLength ( string path, int>.Action cb ) : void
path string
cb int>.Action
return void

LengthCallbackHandler() public static method

public static LengthCallbackHandler ( IntPtr gchandle, IntPtr length, int error ) : void
gchandle System.IntPtr
length System.IntPtr
error int
return void