|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandler.ByteOrderMark | |
---|---|
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. |
Uses of ContentHandler.ByteOrderMark in org.eclipse.emf.ecore.resource |
---|
Methods in org.eclipse.emf.ecore.resource that return ContentHandler.ByteOrderMark | |
---|---|
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're declared. |
Uses of ContentHandler.ByteOrderMark in org.eclipse.emf.ecore.resource.impl |
---|
Methods in org.eclipse.emf.ecore.resource.impl that return ContentHandler.ByteOrderMark | |
---|---|
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 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |