Skip to content

Latest commit

 

History

History
35 lines (35 loc) · 1.83 KB

cn.nukkit.utils.PlayerDataSerializer.md

File metadata and controls

35 lines (35 loc) · 1.83 KB
    • 成员函数一览

      All Methods Instance Methods Abstract Methods 
      修饰符和类 成员函数描述
      Optional<InputStream> read(String name, UUID uuid)
      Reads player data from InputStream if the file exists otherwise it will create the default data.
      OutputStream write(String name, UUID uuid)
      Writes player data to given OutputStream.