• A
    Add DataBufferUtils.read w/ AsynchFileChannel · 63118c1e
    Arjen Poutsma 提交于
    This commit adds an overloaded DataBufferUtils.read method that operates
    on a AsynchronousFileChannel (as opposed to a ReadableByteChannel, which
    already existed). This commit also uses said method in the Resource
    encoders, if the Resource is a file.
    63118c1e
DataBufferUtils.java 10.6 KB