Uses of Class
net.mtrop.doom.map.udmf.UDMFTable
Package
Description
Map object implementations that are read from UDMF.
Contains UDMF listeners.
-
Uses of UDMFTable in net.mtrop.doom.map.udmf
Modifier and TypeMethodDescriptionstatic UDMFTable
UDMFReader.readData
(InputStream in) Reads UDMF-formatted data into a UDMFTable from anInputStream
.static UDMFTable
Reads UDMF-formatted data into a UDMFTable from aReader
.static UDMFTable
Reads UDMF-formatted data into a UDMFTable from a String.Modifier and TypeMethodDescriptionstatic void
UDMFWriter.writeTable
(UDMFTable table, OutputStream out, Charset charset) Writes UDMF-formatted data into anOutputStream
.static void
UDMFWriter.writeTable
(UDMFTable table, Writer writer) Writes UDMF-formatted data into aWriter
. -
Uses of UDMFTable in net.mtrop.doom.map.udmf.listener