Class 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharSequencegetCharContents(FileObject fileObject, boolean ignoreEncodingErrors, byte[] contents, String encoding)
-
Field Details
-
LINE_SEPARATOR
-
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getCharContents
public static CharSequence getCharContents(FileObject fileObject, boolean ignoreEncodingErrors, byte[] contents, String encoding) throws IOException - Throws:
IOException
-