public class Scanner extends Object
| Constructor and Description |
|---|
Scanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Scans a file and prints out useful information.
|
Format |
run(ReadableChannelWrapper in)
Reads the headers of an RPM and returns a description of it
and it's format.
|
public static void main(String[] args) throws Exception
Exception - if an error occurrs while
reading the RPM file or it's contentspublic Format run(ReadableChannelWrapper in) throws Exception
in - the channel wrapper to read input fromException - if an error occurrs reading the fileCopyright © 2023. All rights reserved.