Package ch.rabanti.nanoxlsx4j.lowLevel
Class StyleReader
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.StyleReader
Class representing a reader for style definitions of XLSX files
- Author:
- Raphael Stoeckli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the container for raw style components of the reader.void
read
(InputStream stream) Reads the XML file form the passed stream and processes the style information
-
Constructor Details
-
StyleReader
public StyleReader()Default constructor
-
-
Method Details
-
getStyleReaderContainer
Gets the container for raw style components of the reader.- Returns:
- Style reader container with resolved style components
-
read
Reads the XML file form the passed stream and processes the style information- Parameters:
stream
- Stream of the XML file- Throws:
IOException
- Throws IOException in case of an errorIOException
-