libgdx API

com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks
Class ChunkReader

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks.ChunkReader

public class ChunkReader
extends java.lang.Object


Nested Class Summary
static class ChunkReader.Chunk
           
 
Constructor Summary
ChunkReader()
           
 
Method Summary
static void printChunks(ChunkReader.Chunk chunk)
          Prints a textual representation of the given Chunk hierarchy
static ChunkReader.Chunk readChunks(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkReader

public ChunkReader()
Method Detail

readChunks

public static ChunkReader.Chunk readChunks(java.io.InputStream in)
                                    throws java.io.IOException
Throws:
java.io.IOException

printChunks

public static void printChunks(ChunkReader.Chunk chunk)
Prints a textual representation of the given Chunk hierarchy

Parameters:
chunk - the hierarchy root ChunkReader.Chunk

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)