< prev index next >
src/java.base/share/classes/java/lang/module/ModuleReader.java
Print this page
*** 181,191 ****
return Optional.empty();
}
}
/**
! * Release a byte buffer. This method should be invoked after consuming
* the contents of the buffer returned by the {@code read} method.
* The behavior of this method when invoked to release a buffer that has
* already been released, or the behavior when invoked to release a buffer
* after a {@code ModuleReader} is closed is implementation specific and
* therefore not specified.
--- 181,191 ----
return Optional.empty();
}
}
/**
! * Releases a byte buffer. This method should be invoked after consuming
* the contents of the buffer returned by the {@code read} method.
* The behavior of this method when invoked to release a buffer that has
* already been released, or the behavior when invoked to release a buffer
* after a {@code ModuleReader} is closed is implementation specific and
* therefore not specified.
< prev index next >