File class of PicoRuby

Singleton methods

new

File.new(String | Integer fd_or_path, ?String mode, ?Integer perm) -> File
File.new[T] (String | Integer fd_or_path, ?String mode, ?Integer perm) { (File) -> T } -> T

Singleton methods

contiguous?

File.contiguous?(String path) -> bool

Instance methods

expand

instance.expand(Integer size) -> Integer

physical_address

instance.physical_address() -> Integer

sector_size

instance.sector_size() -> Integer
Tags: class