Changeset 10862 in josm for trunk/src/com/drew/lang/RandomAccessReader.java
- Timestamp:
- 2016-08-20T20:58:03+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/drew/lang/RandomAccessReader.java
r8243 r10862 1 1 /* 2 * Copyright 2002-201 5Drew Noakes2 * Copyright 2002-2016 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 53 53 * @param index The index from which to read the byte 54 54 * @return The read byte value 55 * @throws IllegalArgumentException <code>index</code> or <code>count</code> arenegative55 * @throws IllegalArgumentException <code>index</code> is negative 56 56 * @throws BufferBoundsException if the requested byte is beyond the end of the underlying data source 57 57 * @throws IOException if the byte is unable to be read
Note:
See TracChangeset
for help on using the changeset viewer.