|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileEncoding | |
|---|---|
| org.tranche | Configuration for specific Tranche network and interfaces. |
| org.tranche.meta | Encapsulate meta data information so can be serialized to network. |
| Uses of FileEncoding in org.tranche |
|---|
| Methods in org.tranche that return FileEncoding | |
|---|---|
static FileEncoding |
FileEncoding.createFromString(java.lang.String string)
Create a FileEncoding object from a string. |
| Uses of FileEncoding in org.tranche.meta |
|---|
| Methods in org.tranche.meta that return types with arguments of type FileEncoding | |
|---|---|
java.util.List<FileEncoding> |
MetaData.getEncodings()
|
| Method parameters in org.tranche.meta with type arguments of type FileEncoding | |
|---|---|
void |
MetaData.addUploader(Signature signature,
java.util.ArrayList<FileEncoding> encodings,
java.util.Map<java.lang.String,java.lang.String> properties,
java.util.ArrayList<MetaDataAnnotation> annotations)
In the given properties, the PROP_TIMESTAMP_UPLOADED value is overwritten by the given uploadTimestamp, and the PROP_PATH_IN_DATA_SET value is overwritten by the given fullPathInDataSet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||