< prev index next >

src/java.desktop/share/classes/javax/sound/midi/spi/MidiFileReader.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 44,53 **** --- 44,58 ---- * @since 1.3 */ public abstract class MidiFileReader { /** + * Constructs a {@code MidiFileReader}. + */ + protected MidiFileReader() {} + + /** * Obtains the MIDI file format of the input stream provided. The stream * must point to valid MIDI file data. In general, MIDI file readers may * need to read some data from the stream before determining whether they * support it. These parsers must be able to mark the stream, read enough * data to determine whether they support the stream, and, if not, reset the
< prev index next >