parseElement

Function to read a element from a stream and advance the stream

  1. INBTItem parseElement(ubyte[] stream, bool hasName)
    INBTItem
    parseElement
    (
    ref ubyte[] stream
    ,
    bool hasName = true
    )
  2. INBTItem parseElement(NBTType type, ubyte[] stream, bool hasName)

Meta