This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from a2820288ee Modify the structure of the binary bundle for avoiding to 
have undesired applications on the module-path.
     new 3858503ae4 Documentation and code updates in I/O in preparation for 
GeoTIFF writer.
     new 255a5b2bd7 `ChannelDataInput` implements `DataInput` for allowing 
`instanceof` checks against a public interface.
     new a5cb0d0568 `ChannelDataOutput` implements `DataOutput` for allowing 
`instanceof` checks against a public interface.
     new e45d945158 Add `HyperRectangleWriter` as an helper class for 
multi-dimensional grid coverage writers.
     new 4fe9373158 Add `UpdatableWrite` as an helper class for data store 
writers which need to update values after they have been written.
     new defbef6e4a Tune test utilities in preparation for the addition of 
GeoTIFF writer.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../test/org/apache/sis/image/TiledImageMock.java  |  38 ++-
 .../org/apache/sis/io/stream/ChannelDataInput.java | 125 +++++++-
 .../apache/sis/io/stream/ChannelDataOutput.java    | 201 ++++++++++---
 .../sis/io/stream/ChannelImageInputStream.java     |  70 +----
 .../sis/io/stream/ChannelImageOutputStream.java    |  85 +-----
 .../apache/sis/io/stream/HyperRectangleReader.java |   2 +-
 .../apache/sis/io/stream/HyperRectangleWriter.java | 301 +++++++++++++++++++
 .../apache/sis/io/stream/InputStreamAdapter.java   |  58 +++-
 .../main/org/apache/sis/io/stream/Region.java      |  38 ++-
 .../org/apache/sis/io/stream/UpdatableWrite.java   | 323 +++++++++++++++++++++
 .../org/apache/sis/storage/StorageConnector.java   | 113 ++++---
 .../org/apache/sis/storage/base/URIDataStore.java  |   7 +-
 .../org/apache/sis/io/stream/ByteArrayChannel.java |  49 +++-
 .../sis/io/stream/ChannelDataOutputTest.java       |  91 ++----
 .../io/stream/ChannelImageOutputStreamTest.java    |  18 +-
 .../sis/io/stream/HyperRectangleWriterTest.java    | 206 +++++++++++++
 .../apache/sis/io/stream/UpdatableWriteTest.java   | 145 +++++++++
 .../apache/sis/storage/StorageConnectorTest.java   |  10 +-
 18 files changed, 1501 insertions(+), 379 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/io/stream/HyperRectangleWriter.java
 create mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/io/stream/UpdatableWrite.java
 create mode 100644 
endorsed/src/org.apache.sis.storage/test/org/apache/sis/io/stream/HyperRectangleWriterTest.java
 create mode 100644 
endorsed/src/org.apache.sis.storage/test/org/apache/sis/io/stream/UpdatableWriteTest.java

Reply via email to