public interface IEncodingSupport
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEncoding()
Returns the default character encoding.
|
String |
getEncoding()
Returns the character encoding.
|
void |
setEncoding(String encoding)
Sets the character encoding.
|
void setEncoding(String encoding)
encoding - the character encodingString getEncoding()
String getDefaultEncoding()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.