Package com.github.javaparser
Class UnicodeEscapeProcessingProvider
- java.lang.Object
-
- com.github.javaparser.UnicodeEscapeProcessingProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes the stream and releases any system resources associated with it.intread(char[] buffer, int offset, int len)Reads characters into an array
-
-
-
Method Detail
-
read
public int read(char[] buffer, int offset, int len)Description copied from interface:ProviderReads characters into an array
-
close
public void close() throws IOExceptionDescription copied from interface:ProviderCloses the stream and releases any system resources associated with it.- Specified by:
closein interfaceProvider- Throws:
IOException
-
-