Copied RandomAccessFile code into the util package because of compiler

version in maven dependencies.
This commit is contained in:
didfet
2016-08-06 20:22:50 +02:00
parent 3757aa7f23
commit b66a7a939d
5 changed files with 10 additions and 11 deletions

View File

@@ -10,4 +10,6 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
RandomAccessFile and KMPMatch classes by UCAR/Unidata.