Method: NBTFile::Private::ListTokenizerState#initialize

Defined in:
lib/nbtfile.rb

#initialize(cont, type, length) ⇒ ListTokenizerState

Returns a new instance of ListTokenizerState.



274
275
276
277
278
279
# File 'lib/nbtfile.rb', line 274

def initialize(cont, type, length)
  @cont = cont
  @length = length
  @offset = 0
  @type = type
end