public abstract class

BaseFileReader

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.shp.BaseFileReader
Known Direct Subclasses

Summary

Fields
protected ByteBuffer content
protected File file
protected SHPParser shapefile
Public Constructors
BaseFileReader(SHPParser shapefile, File file)
Public Methods
File getFile()
SHPParser getShapeFile()
static ByteBuffer load(File file)
abstract void read(String charset)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ByteBuffer content

protected File file

protected SHPParser shapefile

Public Constructors

public BaseFileReader (SHPParser shapefile, File file)

Throws
IOException

Public Methods

public File getFile ()

public SHPParser getShapeFile ()

public static ByteBuffer load (File file)

Throws
IOException

public abstract void read (String charset)

Throws
Exception