parseElement

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

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

Meta