Class S3WritableByteChannel

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.Channel, java.nio.channels.WritableByteChannel

    public class S3WritableByteChannel
    extends java.lang.Object
    implements java.nio.channels.WritableByteChannel
    • Constructor Summary

      Constructors 
      Constructor Description
      S3WritableByteChannel​(S3Path path, software.amazon.awssdk.services.s3.S3AsyncClient client, java.util.Set<? extends java.nio.file.OpenOption> options)  
      S3WritableByteChannel​(S3Path path, software.amazon.awssdk.services.s3.S3AsyncClient client, java.util.Set<? extends java.nio.file.OpenOption> options, java.lang.Long timeout, java.util.concurrent.TimeUnit timeUnit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean isOpen()  
      int write​(java.nio.ByteBuffer src)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3WritableByteChannel

        public S3WritableByteChannel​(S3Path path,
                                     software.amazon.awssdk.services.s3.S3AsyncClient client,
                                     java.util.Set<? extends java.nio.file.OpenOption> options)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • S3WritableByteChannel

        public S3WritableByteChannel​(S3Path path,
                                     software.amazon.awssdk.services.s3.S3AsyncClient client,
                                     java.util.Set<? extends java.nio.file.OpenOption> options,
                                     java.lang.Long timeout,
                                     java.util.concurrent.TimeUnit timeUnit)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public int write​(java.nio.ByteBuffer src)
                  throws java.io.IOException
        Specified by:
        write in interface java.nio.channels.WritableByteChannel
        Throws:
        java.io.IOException
      • isOpen

        public boolean isOpen()
        Specified by:
        isOpen in interface java.nio.channels.Channel
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.nio.channels.Channel
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException