Uses of Interface
org.duracloud.ChunkType
Packages that use ChunkType
-
Uses of ChunkType in org.duracloud
Methods in org.duracloud that return ChunkTypeModifier and TypeMethodDescriptionChunksType.addNewChunk()Appends and returns a new empty value (as xml) as the last "chunk" elementChunksType.getChunkArray()Gets array of all "chunk" elementsChunksType.getChunkArray(int i) Gets ith "chunk" elementChunksType.insertNewChunk(int i) Inserts and returns a new empty value (as xml) as the ith "chunk" elementstatic ChunkTypeChunkType.Factory.newInstance()static ChunkTypeChunkType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static ChunkTypestatic ChunkTypestatic ChunkTypeChunkType.Factory.parse(InputStream is) static ChunkTypeChunkType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ChunkTypestatic ChunkTypestatic ChunkTypestatic ChunkTypestatic ChunkTypestatic ChunkTypestatic ChunkTypeChunkType.Factory.parse(XMLStreamReader sr) static ChunkTypeChunkType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ChunkTypeChunkType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static ChunkTypeChunkType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ChunkTypestatic ChunkTypeMethods in org.duracloud with parameters of type ChunkTypeModifier and TypeMethodDescriptionvoidChunksType.setChunkArray(int i, ChunkType chunk) Sets ith "chunk" elementvoidChunksType.setChunkArray(ChunkType[] chunkArray) Sets array of all "chunk" element -
Uses of ChunkType in org.duracloud.impl
Classes in org.duracloud.impl that implement ChunkTypeMethods in org.duracloud.impl that return ChunkTypeModifier and TypeMethodDescriptionChunksTypeImpl.addNewChunk()Appends and returns a new empty value (as xml) as the last "chunk" elementChunksTypeImpl.getChunkArray()Gets array of all "chunk" elementsChunksTypeImpl.getChunkArray(int i) Gets ith "chunk" elementChunksTypeImpl.insertNewChunk(int i) Inserts and returns a new empty value (as xml) as the ith "chunk" elementMethods in org.duracloud.impl with parameters of type ChunkTypeModifier and TypeMethodDescriptionvoidChunksTypeImpl.setChunkArray(int i, ChunkType chunk) Sets ith "chunk" elementvoidChunksTypeImpl.setChunkArray(ChunkType[] chunkArray) Sets array of all "chunk" element
XMLInputStream