Свойство | Type | Description | |
---|---|---|---|
HEADERPREFIX | byte[] | ||
MINBUFFERSIZE | int | ||
buffersize | int |
Méthode | Description | |
---|---|---|
BufferFile ( System fromfile, int buffersize ) : System | ||
BufferFile ( System fromfile, int buffersize, long seekStart ) : System | ||
Flush ( ) : void | ||
InitializeBufferFileInStream ( System fromfile, int buffersize ) : |
||
InitializeBufferFileInStream ( System fromfile, int buffersize, long StartSeek ) : |
||
Retrieve ( byte ToArray, int atIndex ) : int | ||
RetrieveLong ( byte ToArray, int atIndex ) : long | ||
RetrieveShort ( byte ToArray, int atIndex ) : short | ||
SetupFromExistingStream ( System fromfile ) : |
||
SetupFromExistingStream ( System fromfile, long StartSeek ) : |
||
Store ( int TheInt, byte ToArray, int atIndex ) : void | ||
Store ( long TheLong, byte ToArray, int atIndex ) : void | ||
Store ( short TheShort, byte ToArray, int atIndex ) : void | ||
getBuffer ( long buffernumber, byte toArray, int startingAt, int length ) : void | ||
makeHeader ( ) : byte[] | ||
nextBufferNumber ( ) : long | ||
readHeader ( ) : void | ||
sanityCheck ( ) : void | ||
setBuffer ( long buffernumber, byte fromArray, int startingAt, int length ) : void | ||
setHeader ( ) : void |
Méthode | Description | |
---|---|---|
bufferSeek ( long bufferNumber ) : long |
public BufferFile ( System fromfile, int buffersize ) : System | ||
fromfile | System | |
buffersize | int | |
Résultat | System |
public BufferFile ( System fromfile, int buffersize, long seekStart ) : System | ||
fromfile | System | |
buffersize | int | |
seekStart | long | |
Résultat | System |
public static InitializeBufferFileInStream ( System fromfile, int buffersize ) : |
||
fromfile | System | |
buffersize | int | |
Résultat |
public static InitializeBufferFileInStream ( System fromfile, int buffersize, long StartSeek ) : |
||
fromfile | System | |
buffersize | int | |
StartSeek | long | |
Résultat |
public static Retrieve ( byte ToArray, int atIndex ) : int | ||
ToArray | byte | |
atIndex | int | |
Résultat | int |
public static RetrieveLong ( byte ToArray, int atIndex ) : long | ||
ToArray | byte | |
atIndex | int | |
Résultat | long |
public static RetrieveShort ( byte ToArray, int atIndex ) : short | ||
ToArray | byte | |
atIndex | int | |
Résultat | short |
public static SetupFromExistingStream ( System fromfile ) : |
||
fromfile | System | |
Résultat |
public static SetupFromExistingStream ( System fromfile, long StartSeek ) : |
||
fromfile | System | |
StartSeek | long | |
Résultat |
public static Store ( int TheInt, byte ToArray, int atIndex ) : void | ||
TheInt | int | |
ToArray | byte | |
atIndex | int | |
Résultat | void |
public static Store ( long TheLong, byte ToArray, int atIndex ) : void | ||
TheLong | long | |
ToArray | byte | |
atIndex | int | |
Résultat | void |
public static Store ( short TheShort, byte ToArray, int atIndex ) : void | ||
TheShort | short | |
ToArray | byte | |
atIndex | int | |
Résultat | void |
public getBuffer ( long buffernumber, byte toArray, int startingAt, int length ) : void | ||
buffernumber | long | |
toArray | byte | |
startingAt | int | |
length | int | |
Résultat | void |
public setBuffer ( long buffernumber, byte fromArray, int startingAt, int length ) : void | ||
buffernumber | long | |
fromArray | byte | |
startingAt | int | |
length | int | |
Résultat | void |