public interface IEncodedStreamContentAccessor extends IStreamContentAccessor
IStreamContentAccessor
. Extends the original
concept of a IStreamContentAccessor
to answer the Charset (encoding) used for the stream.Modifier and Type | Method and Description |
---|---|
String |
getCharset()
Returns the name of a charset encoding to be used when decoding this
stream accessor's contents into characters.
|
getContents
String getCharset() throws CoreException
null
if a proper
encoding cannot be determined.
Note: this method does not check whether the result is a supported
charset name. Callers should be prepared to handle
UnsupportedEncodingException
where this charset is used.
null
CoreException
- if an error happens while determining
the charset. See any refinements for more information.IStreamContentAccessor.getContents()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.