Project

General

Profile

« Previous | Next » 

Revision ccb4c899

Added by Leszek Koltunski about 3 years ago

Add new comments for Javadoc.

View differences:

src/main/java/org/distorted/library/mesh/MeshFile.java
22 22
import java.io.DataInputStream;
23 23

  
24 24
///////////////////////////////////////////////////////////////////////////////////////////////////
25

  
25
/**
26
 * Read a file in our mesh format, 'dmesh' and create a Mesh from that.
27
 * <p>
28
 * Such a file must have been created with help of MeshBase.write().
29
 */
26 30
public class MeshFile extends MeshBase
27 31
{
28 32
   private int mBytes;

Also available in: Unified diff