Package org.deidentifier.arx.io
Klasse CSVHierarchyInput
java.lang.Object
org.deidentifier.arx.io.CSVHierarchyInput
Reads a CSV encoded generalization hierarchy.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCSVHierarchyInput(File file, Charset charset) Instantiate.CSVHierarchyInput(File file, Charset charset, char delimiter) Instantiate.CSVHierarchyInput(File file, Charset charset, char delimiter, char quote) Instantiate.CSVHierarchyInput(File file, Charset charset, char delimiter, char quote, char escape) Instantiate.CSVHierarchyInput(File file, Charset charset, char delimiter, char quote, char escape, char[] linebreak) Instantiate.CSVHierarchyInput(File file, Charset charset, CSVSyntax config) Instantiate.CSVHierarchyInput(InputStream stream, Charset charset) Instantiate.CSVHierarchyInput(InputStream stream, Charset charset, char delimiter) Instantiate.CSVHierarchyInput(InputStream stream, Charset charset, char delimiter, char quote) Instantiate.CSVHierarchyInput(InputStream stream, Charset charset, char delimiter, char quote, char escape) Instantiate.CSVHierarchyInput(InputStream stream, Charset charset, char delimiter, char quote, char escape, char[] linebreak) Instantiate.CSVHierarchyInput(InputStream stream, Charset charset, CSVSyntax config) Instantiate.CSVHierarchyInput(String filename, Charset charset) Instantiate.CSVHierarchyInput(String filename, Charset charset, char delimiter) Instantiate.CSVHierarchyInput(String filename, Charset charset, char delimiter, char quote) Instantiate.CSVHierarchyInput(String filename, Charset charset, char delimiter, char quote, char escape) Instantiate.CSVHierarchyInput(String filename, Charset charset, char delimiter, char quote, char escape, char[] linebreak) Instantiate.CSVHierarchyInput(String filename, Charset charset, CSVSyntax config) Instantiate. -
Methodenübersicht
-
Konstruktordetails
-
CSVHierarchyInput
Instantiate.- Parameter:
file- the file- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
file- the filedelimiter- the delimiter- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
file- the filedelimiter- the delimiterquote- the quote- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(File file, Charset charset, char delimiter, char quote, char escape) throws IOException Instantiate.- Parameter:
file- the filedelimiter- the delimiterquote- the quoteescape- the escape- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(File file, Charset charset, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiate.- Parameter:
file- the filedelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
file- the fileconfig- the config- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
stream- the stream- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
stream- the streamdelimiter- the delimiter- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(InputStream stream, Charset charset, char delimiter, char quote) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quote- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(InputStream stream, Charset charset, char delimiter, char quote, char escape) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quoteescape- the escape- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(InputStream stream, Charset charset, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
stream- the streamconfig- the config- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
filename- the filename- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiter- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(String filename, Charset charset, char delimiter, char quote) throws IOException Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiterquote- the quote- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(String filename, Charset charset, char delimiter, char quote, char escape) throws IOException Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiterquote- the quoteescape- the escape- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
public CSVHierarchyInput(String filename, Charset charset, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVHierarchyInput
Instantiate.- Parameter:
filename- the filenameconfig- the config- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
-
Methodendetails
-
getHierarchy
Returns the hierarchy.- Gibt zurück:
- the hierarchy
-