Reading and writing is supported.
171172173174175176177178179
* @return <code>true</code> if everything is consistent * @throws IIOException */ private void ensureOpen() throws IOException { if (rasterHandler == null) { rasterHandler = new GrassBinaryRasterReadHandler((File) input); rasterHandler.parseHeaderAndAccessoryFiles(); } }