public interface IdentifiableFactory
Modifier and Type | Method and Description |
---|---|
Identifiable |
create(InputStream in)
Construct the appropriate Identifiable object with the
given id from the InputStream is.
|
int |
getId()
Return the id of this factory, which is the id of the result
of any create call.
|
int getId()
Identifiable create(InputStream in)
Copyright © 2019 JBoss by Red Hat. All rights reserved.