C D F G L M O R S T W

C

close() - Method in class com.groovyj.filesystem.Filesystem
Closes this filesystem
com.groovyj.filesystem - package com.groovyj.filesystem
 

D

delete() - Method in class com.groovyj.filesystem.Filesystem.File
Deletes this file entirely.

F

Filesystem - class com.groovyj.filesystem.Filesystem.
Filesystem is a minifilesystem where you can store records (files), with deleted space being managed somewhat efficiently.
Filesystem.File - class com.groovyj.filesystem.Filesystem.File.
Filesystem.File is a class containing all the operations you can do to a file in the Filesystem.
Filesystem(String) - Constructor for class com.groovyj.filesystem.Filesystem
Creates a new Filesystem or opens an existing one.

G

getFilePointer() - Method in class com.groovyj.filesystem.Filesystem.File
Get the file pointer, in bytes, of this file.
getOffset() - Method in class com.groovyj.filesystem.Filesystem.File
Get the offset at which this file begins.

L

length() - Method in class com.groovyj.filesystem.Filesystem
Returns the number of bytes in this filesystem.
length() - Method in class com.groovyj.filesystem.Filesystem.File
Get the length, in bytes, of this file.

M

main(String[]) - Static method in class com.groovyj.filesystem.Filesystem
Runs a bunch of tests.

O

open() - Method in class com.groovyj.filesystem.Filesystem
Opens a new file in the filesystem.
open(long) - Method in class com.groovyj.filesystem.Filesystem
Opens an existing file in the filesystem, given the offset into the filesystem at which the file begins.

R

read(int) - Method in class com.groovyj.filesystem.Filesystem.File
Read an amount of bytes starting at the file pointer, and return an array filled with the bytes read.

S

seek(int) - Method in class com.groovyj.filesystem.Filesystem.File
Move the file pointer to the given byte offset in this file.

T

truncate() - Method in class com.groovyj.filesystem.Filesystem.File
Truncates this file at the file pointer.

W

write(byte[]) - Method in class com.groovyj.filesystem.Filesystem.File
Write the given data to the file at the file pointer.

C D F G L M O R S T W