-
Notifications
You must be signed in to change notification settings - Fork 0
class_file
reduz edited this page Feb 23, 2014
·
10 revisions
Inherits: reference\ Category: Core\
- int #open( String path, int flags )
- void #close(****)
- bool #is_open(****) const
- void #seek( int pos )
- void #seek_end( int pos=0 )
- int #get_pos(****) const
- int #get_len(****) const
- bool #eof_reached(****) const
- int #get_8(****) const
- int #get_16(****) const
- int #get_32(****) const
- int #get_64(****) const
- real #get_float(****) const
- real #get_double(****) const
- real #get_real(****) const
- RawArray #get_buffer( int len ) const
- String #get_line(****) const
- String #get_as_text(****) const
- bool #get_endian_swap(****)
- void #set_endian_swap( bool enable )
- int #get_error(****) const
- void #get_var(****) const
- StringArray #get_csv_line(****) const
- void #store_8( int value )
- void #store_16( int value )
- void #store_32( int value )
- void #store_64( int value )
- void #store_float( real value )
- void #store_double( real value )
- void #store_real( real value )
- void #store_buffer( RawArray buffer )
- void #store_line( String line )
- void #store_string( String string )
- void #store_var( var value )
- bool #file_exists( String path ) const
- READ = 1
- WRITE = 2
- READ_WRITE = 3