This commit is contained in:
AriaLyy
2017-02-23 15:02:34 +08:00
parent fd944c2e35
commit ad2e5a9cce
5 changed files with 6 additions and 11 deletions

View File

@ -33,7 +33,7 @@ import java.util.Arrays;
* functioning of the <code>RandomAccessFile</code> methods that are not
* overridden here relies on the implementation of those methods in the
* superclass.
* Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
* Author : Avinash Lakshman ( alakshman@facebook.com) Prashant Malik ( pmalik@facebook.com )
*/
public final class BufferedRandomAccessFile extends RandomAccessFile {