PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
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: