2
0
ncannasse 10 жил өмнө
parent
commit
d8dfe4b095
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      hxd/fs/FileEntry.hx

+ 2 - 0
hxd/fs/FileEntry.hx

@@ -14,6 +14,8 @@ class FileEntry {
 
 	public function getBytes() : haxe.io.Bytes return null;
 
+	public function getText() return getBytes().toString();
+
 	public function getTmpBytes() return getBytes();
 
 	public function open() { }