MCLevel Format: Difference between revisions
Jump to navigation
Jump to search
imported>Tomsik68 No edit summary |
imported>Tomsik68 |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=About MCLevel & Decoding in Java= | =About MCLevel & Decoding in Java= | ||
The MCLevel file corresponds of the compressed(maybe GZipped) [http://mc.kev009.com/Main_Page#Classic Minecraft Classic] level written there using java [http://download.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutputStream.html ObjectOutputStream]. It can be read by java [http://download.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html ObjectInputStream] '''if you have got the right class. Else, the InvelidClassException will be thrown.''' | The MCLevel file corresponds of the compressed(maybe GZipped) [http://mc.kev009.com/Main_Page#Classic Minecraft Classic] level class written there using java [http://download.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutputStream.html ObjectOutputStream]. It can be read by java [http://download.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html ObjectInputStream] '''if you have got the right class. Else, the InvelidClassException will be thrown.''' | ||
=Decoding MCLevel in other programming languages= | =Decoding MCLevel in other programming languages= | ||
(The page is not done yet ;) ) | (The page is not done yet ;) ) | ||
Latest revision as of 14:06, 9 February 2011
About MCLevel & Decoding in Java
The MCLevel file corresponds of the compressed(maybe GZipped) Minecraft Classic level class written there using java ObjectOutputStream. It can be read by java ObjectInputStream if you have got the right class. Else, the InvelidClassException will be thrown.
Decoding MCLevel in other programming languages
(The page is not done yet ;) )