Package de.labathome.irb
Class IrbFile
- java.lang.Object
-
- de.labathome.irb.IrbFile
-
public class IrbFile extends Object
A reading class for the *.irb file format by InfraTec, inspired by https://github.com/tomsoftware/Irbis-File-Format . This is a pure hobby project. No copyright infringements or similar is intended. Please inform the author about possible legal issues before turning to a lawyer.- Author:
- Jonathan Schilling (jonathan.schilling@mail.de), Benjamin Schilling (benjamin.schilling33@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description List<IrbHeaderBlock>headerBlocksList<IrbImage>images
-
Constructor Summary
Constructors Constructor Description IrbFile(ByteBuffer buf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IrbFileTypefileType()static IrbFilefromFile(String filename)
-
-
-
Field Detail
-
headerBlocks
public List<IrbHeaderBlock> headerBlocks
-
-
Constructor Detail
-
IrbFile
public IrbFile(ByteBuffer buf)
-
-
Method Detail
-
fileType
public IrbFileType fileType()
-
fromFile
public static IrbFile fromFile(String filename) throws IOException
- Throws:
IOException
-
-