public interface AccessControlSchemaMapper
read(InputStream)
and write(AccessControlSchema, OutputStream)
the
AccessControlSchema
.Modifier and Type | Method and Description |
---|---|
AccessControlSchema |
read(InputStream in)
Reads the
AccessControlSchema from the given InputStream . |
void |
write(AccessControlSchema conf,
OutputStream out)
Writes the given
AccessControlSchema to the given OutputStream . |
AccessControlSchema read(InputStream in)
AccessControlSchema
from the given InputStream
.in
- is the InputStream
with AccessControlSchema
to read. Has to be
closed
by the caller of this method who created the stream.AccessControlSchema
represented by the given input.void write(AccessControlSchema conf, OutputStream out)
AccessControlSchema
to the given OutputStream
.conf
- is the AccessControlSchema
to write.out
- is the OutputStream
where to write the AccessControlSchema
to. Has to be
closed
by the caller of this method who created the stream.Copyright © 2014–2016 OASP-Team. All rights reserved.