Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
Move file position : Binary File « File Directory « Ruby
Ruby
File Directory
Binary File
Move file position
f = open(
'binary'
) f.pos = 4 f.read(2) f.pos
Related examples in the same category
1.
Processing a Binary File
2.
Read a binary file by byte
3.
Read one byte from a binary file
4.
Seek by position
5.
File read 500 bytes
6.
Open a binary file with rb+