PocketMine-MP 5.23.3 git-f7687af337d001ddbcc47b8e773f014a33faa662
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: