Package | Description |
---|---|
org.apache.river.api.io |
Modifier and Type | Method and Description |
---|---|
abstract AtomicSerial.ReadObject |
AtomicSerial.GetArg.getReader()
If an AtomicSerial implementation annotates a static method that returns
a Reader instance, with
AtomicSerial.ReadInput , then the stream will provide
the ReadObject access to the stream at a time that suits the stream. |
static AtomicSerial.ReadObject |
AtomicSerial.Factory.streamReader(Class<?> streamClass)
Convenience method to test retrieval of a new ReadObject instance from
a class static method annotated with @ReadInput
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.