| Package | Description |
|---|---|
| org.eclipse.emf.ecore.resource |
Provides an API for modeling abstract
persistent resources.
|
| org.eclipse.emf.ecore.resource.impl |
Provides an implementation of the resource API.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentHandler.ByteOrderMark |
ContentHandler.ByteOrderMark.read(java.io.InputStream inputStream)
Returns the byte order mark at the start of the input stream, or
null if there isn't one. |
static ContentHandler.ByteOrderMark |
ContentHandler.ByteOrderMark.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentHandler.ByteOrderMark[] |
ContentHandler.ByteOrderMark.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected ContentHandler.ByteOrderMark |
ContentHandlerImpl.getByteOrderMark(URI uri,
java.io.InputStream inputStream,
java.util.Map<?,?> options,
java.util.Map<java.lang.Object,java.lang.Object> context)
Returns the byte order marker at the start of the input stream.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature