public class ObjectKeyFactoryImpl extends Object implements ObjectKeyFactory
Modifier and Type | Field and Description |
---|---|
static int |
JAVAMAGIC_NEW |
static int |
JAVAMAGIC_NEWER |
static int |
JAVAMAGIC_OLD |
static byte |
JDK1_3_1_01_PATCH_LEVEL |
static int |
MAGIC_BASE |
static int |
MAX_MAGIC |
Constructor and Description |
---|
ObjectKeyFactoryImpl(ORB orb) |
Modifier and Type | Method and Description |
---|---|
ObjectKey |
create(byte[] key)
Create an ObjectKey from its octet sequence representation.
|
ObjectKeyTemplate |
createTemplate(InputStream is)
Create an ObjectKeyTemplate from its representation
in an InputStream.
|
public static final int MAGIC_BASE
public static final int JAVAMAGIC_OLD
public static final int JAVAMAGIC_NEW
public static final int JAVAMAGIC_NEWER
public static final int MAX_MAGIC
public static final byte JDK1_3_1_01_PATCH_LEVEL
public ObjectKeyFactoryImpl(ORB orb)
public ObjectKey create(byte[] key)
ObjectKeyFactory
create
in interface ObjectKeyFactory
public ObjectKeyTemplate createTemplate(InputStream is)
ObjectKeyFactory
createTemplate
in interface ObjectKeyFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.