Method: BinData::Buffer::BufferIO#num_bytes_remaining
- Defined in:
- lib/bindata/buffer.rb
#num_bytes_remaining ⇒ Object
122 123 124 125 126 |
# File 'lib/bindata/buffer.rb', line 122 def num_bytes_remaining [@bytes_remaining, super].min rescue IOError @bytes_remaining end |