LanguageWriter
@Deprecated
public class ProfilingWriter
extends java.io.Writer
Constructor and Description |
---|
ProfilingWriter()
Deprecated.
|
ProfilingWriter(LanguageProfile profile)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
Ignored.
|
LanguageIdentifier |
getLanguage()
Deprecated.
Returns the language that best matches the current state of the
language profile.
|
LanguageProfile |
getProfile()
Deprecated.
Returns the language profile being built by this writer.
|
void |
write(char[] cbuf,
int off,
int len)
Deprecated.
|
public ProfilingWriter(LanguageProfile profile)
public ProfilingWriter()
public LanguageProfile getProfile()
getLanguage()
method to get the language that best
matches the current state of the profile.public LanguageIdentifier getLanguage()
public void write(char[] cbuf, int off, int len)
write
in class java.io.Writer
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
java.io.IOException
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
Copyright © 2010 - 2020 Adobe. All Rights Reserved