PocketMine-MP 5.19.1 git-f1b1a7022d7dc67d012d8891bc4c23c2652c825e
pocketmine\nbt\NbtStreamReader Interface Reference
+ Inheritance diagram for pocketmine\nbt\NbtStreamReader:
+ Collaboration diagram for pocketmine\nbt\NbtStreamReader:

Public Member Functions

 readByte ()
 
 readByteArray ()
 
 readDouble ()
 
 readFloat ()
 
 readInt ()
 
 readIntArray ()
 
 readLong ()
 
 readShort ()
 
 readSignedByte ()
 
 readSignedShort ()
 
 readString ()
 

Detailed Description

Definition at line 31 of file NbtStreamReader.php.

Member Function Documentation

◆ readByte()

pocketmine\nbt\NbtStreamReader::readByte ( )
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BaseNbtSerializer.

◆ readByteArray()

pocketmine\nbt\NbtStreamReader::readByteArray ( )
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BaseNbtSerializer.

◆ readDouble()

pocketmine\nbt\NbtStreamReader::readDouble ( )

◆ readFloat()

pocketmine\nbt\NbtStreamReader::readFloat ( )

◆ readInt()

pocketmine\nbt\NbtStreamReader::readInt ( )

◆ readIntArray()

pocketmine\nbt\NbtStreamReader::readIntArray ( )

◆ readLong()

pocketmine\nbt\NbtStreamReader::readLong ( )

◆ readShort()

pocketmine\nbt\NbtStreamReader::readShort ( )

◆ readSignedByte()

pocketmine\nbt\NbtStreamReader::readSignedByte ( )
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BaseNbtSerializer.

◆ readSignedShort()

pocketmine\nbt\NbtStreamReader::readSignedShort ( )

◆ readString()

pocketmine\nbt\NbtStreamReader::readString ( )

The documentation for this interface was generated from the following file: