Package | Description |
---|---|
nl.inl.util |
Miscellaneous utility functions.
|
Modifier and Type | Method and Description |
---|---|
static void |
TarGzipReader.processGzip(String fileName,
InputStream gzipStream,
TarGzipReader.FileHandler fileHandler)
Process a .gz file and call the file handler for its contents.
|
static void |
TarGzipReader.processTar(String fileName,
InputStream tarStream,
TarGzipReader.FileHandler fileHandler)
Process a .tar file and call the handler for each normal file in the archive.
|
static void |
TarGzipReader.processTarGzip(String fileName,
InputStream tarGzipStream,
TarGzipReader.FileHandler fileHandler)
Process a .tar.gz file and call the handler for each normal file in the
archive.
|
static void |
TarGzipReader.processZip(String fileName,
InputStream zipStream,
TarGzipReader.FileHandler fileHandler)
Process a .zip file and call the handler for each normal file in the archive.
|
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.