fun clear(byteByffer: java.nio.ByteBuffer) = byteByffer.clear() fun path(): java.nio.file.Path? = null fun stream() = java.util.stream.Stream.of(42)