NetDataFile Class

public class NetDataFile : DataFile
This language is not supported or no code example is available.
public ref class NetDataFile : public DataFile^
This language is not supported or no code example is available.
public class NetDataFile 
extends DataFile
This language is not supported or no code example is available.
Name Description
Public property CompressionLevel (inherited from DataFile).
Public property CompressionMethod (inherited from DataFile).
Public property Keys (inherited from DataFile).
Top
Methods
 
Name Description
Public method Close() (inherited from DataFile).
Protected method CloseFileStream()
Public method Delete(string) (inherited from DataFile).
Public method Dispose() (inherited from DataFile).
Public method Dump() (inherited from DataFile).
Public method Flush()
Public method FullRecover(bool) (inherited from DataFile).
Public method Get(string) (inherited from DataFile).
Public method Get(string[]) (inherited from DataFile).
Protected method OnNewLog(string) (inherited from DataFile).
Public method Open(FileMode)
Protected method OpenFileStream(string, FileMode)
Internal protected (Protected Friend) method ReadBuffer(byte[], long, int)
Protected method ReadFree() (inherited from DataFile).
Protected method ReadKeys() (inherited from DataFile).
Public method Recover() (inherited from DataFile).
Public method Refresh() (inherited from DataFile).
Protected method StreamFlush() (inherited from DataFile).
Protected method StreamRead(byte[], int, int) (inherited from DataFile).
Protected method StreamSeek(long, SeekOrigin) (inherited from DataFile).
Protected method StreamWrite(byte[], int, int) (inherited from DataFile).
Protected method StreamWriteByte(byte) (inherited from DataFile).
Public method Write(string, object) (inherited from DataFile).
Internal protected (Protected Friend) method WriteBuffer(byte[], long, int)
Top
Events
 
Name Description
Public event NewLog (inherited from DataFile).
Top
Fields
 
Name Description
Public field Sync (inherited from DataFile).
Top
OberMind.NetDataFile

In this article

Definition