Interface LengthedBody.LengthedReadableByteChannel

All Superinterfaces:
AutoCloseable, Channel, Closeable, ReadableByteChannel
Enclosing class:
LengthedBody

public static interface LengthedBody.LengthedReadableByteChannel extends ReadableByteChannel
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     

    Methods inherited from interface java.nio.channels.Channel

    close, isOpen

    Methods inherited from interface java.nio.channels.ReadableByteChannel

    read
  • Method Details

    • position

      long position()
    • size

      long size()