MCLevel Format: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Tomsik68
(Created page with "The MCLevel file corresponds of the compressed(maybe GZipped) Minecraft Classic level written there using java [htthttp://download.oracle.com/javase/1.4.2/docs/api/java/io/Ob...")
imported>Tomsik68
No edit summary
Line 1: Line 1:
The MCLevel file corresponds of the compressed(maybe GZipped) [[Minecraft Classic]] level written there using java [htthttp://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.'''
=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.'''
=Decoding MCLevel in other programming languages=

Revision as of 14:04, 9 February 2011

About MCLevel & Decoding in Java

The MCLevel file corresponds of the compressed(maybe GZipped) Minecraft Classic level 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