| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field | |
| gr.uoa.di.madgik.grs.record.field.mediation |
| Modifier and Type | Method and Description |
|---|---|
Field |
Record.getField(int index)
Retrieve the
Field with the specified index in the fields array |
Field |
Record.getField(String name)
Retrieve the
Field with the specified name |
Field[] |
Record.getFields()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setFields(Field[] fields)
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileField
Field holding the payload of a File that is only available in the writer's host.
|
class |
ObjectField
Field holding the payload of an Object that extends
IPumpable |
class |
StringField
Field holding the payload of a String
|
class |
URLField
Field holding the payload of a URL
|
| Modifier and Type | Method and Description |
|---|---|
static MediatingInputStream |
MediationFactory.getStream(Field field)
Creates a
MediatingInputStream over the payload of the provided Field |
| Constructor and Description |
|---|
MediatingInputStream(Field field)
Creates a new instance and uses
getInputStream() to retrieve the field's input stream |
Copyright © 2014. All Rights Reserved.