D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

InputSource Data Type

Properties
name data type constraints description
byteStream InputStream  
systemId string  
publicId string  
encoding string  
empty boolean required boolean
characterStream Reader  

Example

{
  "byteStream" : { },
  "systemId" : "...",
  "publicId" : "...",
  "encoding" : "...",
  "empty" : true,
  "characterStream" : { }
}