Package edu.umd.cs.findbugs.charsets
Class UTF8
java.lang.Object
edu.umd.cs.findbugs.charsets.UTF8
- Author:
- pugh
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedReaderstatic BufferedWriterbufferedWriter(File fileName) static BufferedWriterbufferedWriter(String fileName) static ReaderfileReader(File fileName) static ReaderfileReader(String fileName) static WriterfileWriter(File fileName) static WriterfileWriter(String fileName) static byte[]static PrintStreamprintStream(OutputStream out) static PrintStreamprintStream(OutputStream out, boolean autoflush) static PrintWriterprintWriter(File fileName) static PrintWriterprintWriter(PrintStream printStream) static PrintWriterprintWriter(PrintStream printStream, boolean autoflush) static PrintWriterprintWriter(String fileName) static Readerreader(InputStream in) static Writerwriter(OutputStream out)
-
Field Details
-
charset
-
-
Constructor Details
-
UTF8
public UTF8()
-
-
Method Details
-
printStream
-
printStream
-
writer
-
fileWriter
- Throws:
IOException
-
bufferedWriter
- Throws:
IOException
-
printWriter
- Throws:
IOException
-
printWriter
-
printWriter
-
fileWriter
- Throws:
IOException
-
bufferedWriter
- Throws:
IOException
-
fileReader
- Throws:
IOException
-
fileReader
- Throws:
IOException
-
printWriter
- Throws:
IOException
-
reader
-
bufferedReader
-
getBytes
-