Class: Fox::FXStream
- Inherits:
-
Object
- Object
- Fox::FXStream
- Defined in:
- lib/fox16/aliases.rb,
lib/fox16/iterators.rb
Instance Method Summary (collapse)
-
- (Object) bigEndian=(*args)
:nodoc:.
-
- (Boolean) bigEndian?
:nodoc:.
-
- (Object) bytesSwapped=(*args)
:nodoc:.
-
- (Boolean) bytesSwapped?
:nodoc:.
-
- (Object) error=(*args)
:nodoc:.
-
- (Object) position(*args)
:nodoc:.
-
- (Object) position=(*args)
:nodoc:.
-
- (Object) space
:nodoc:.
-
- (Object) space=(sp)
:nodoc:.
Instance Method Details
- (Object) bigEndian=(*args)
:nodoc:
4172 4173 4174 |
# File 'lib/fox16/aliases.rb', line 4172 def bigEndian=(*args) # :nodoc: setBigEndian(*args) end |
- (Boolean) bigEndian?
:nodoc:
4175 4176 4177 |
# File 'lib/fox16/aliases.rb', line 4175 def bigEndian? # :nodoc: isBigEndian() end |
- (Object) bytesSwapped=(*args)
:nodoc:
4193 4194 4195 |
# File 'lib/fox16/aliases.rb', line 4193 def bytesSwapped=(*args) # :nodoc: setSwapBytes(*args) end |
- (Boolean) bytesSwapped?
:nodoc:
4196 4197 4198 |
# File 'lib/fox16/aliases.rb', line 4196 def bytesSwapped? # :nodoc: getSwapBytes() end |
- (Object) error=(*args)
:nodoc:
4178 4179 4180 |
# File 'lib/fox16/aliases.rb', line 4178 def error=(*args) # :nodoc: setError(*args) end |
- (Object) position(*args)
:nodoc:
4190 4191 4192 |
# File 'lib/fox16/aliases.rb', line 4190 def position(*args) # :nodoc: getPosition(*args) end |
- (Object) position=(*args)
:nodoc:
4187 4188 4189 |
# File 'lib/fox16/aliases.rb', line 4187 def position=(*args) # :nodoc: setPosition(*args) end |
- (Object) space
:nodoc:
4181 4182 4183 |
# File 'lib/fox16/aliases.rb', line 4181 def space # :nodoc: getSpace() end |
- (Object) space=(sp)
:nodoc:
4184 4185 4186 |
# File 'lib/fox16/aliases.rb', line 4184 def space=(sp) # :nodoc: setSpace(sp) end |