Klasse Util
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.tool.Util
Util class that defines helper methods to read class contents with handling of wrong encoding
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CharSequencegetCharContents(FileObject fileObject, boolean ignoreEncodingErrors, byte[] contents, String encoding) static char[]getInputStreamAsCharArray(InputStream stream, int length, String encoding)
-
Felddetails
-
LINE_SEPARATOR
-
-
Konstruktordetails
-
Util
public Util()
-
-
Methodendetails
-
getInputStreamAsCharArray
public static char[] getInputStreamAsCharArray(InputStream stream, int length, String encoding) throws IOException - Löst aus:
IOException
-
getCharContents
public static CharSequence getCharContents(FileObject fileObject, boolean ignoreEncodingErrors, byte[] contents, String encoding) throws IOException - Löst aus:
IOException
-