1 | it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi
|
---|
2 | it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi
|
---|
3 | it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi
|
---|
4 |
|
---|
5 | #
|
---|
6 | # $RCSfile: javax.imageio.spi.ImageInputStreamSpi,v $
|
---|
7 | #
|
---|
8 | #
|
---|
9 | # Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved.
|
---|
10 | #
|
---|
11 | # Redistribution and use in source and binary forms, with or without
|
---|
12 | # modification, are permitted provided that the following conditions
|
---|
13 | # are met:
|
---|
14 | #
|
---|
15 | # - Redistribution of source code must retain the above copyright
|
---|
16 | # notice, this list of conditions and the following disclaimer.
|
---|
17 | #
|
---|
18 | # - Redistribution in binary form must reproduce the above copyright
|
---|
19 | # notice, this list of conditions and the following disclaimer in
|
---|
20 | # the documentation and/or other materials provided with the
|
---|
21 | # distribution.
|
---|
22 | #
|
---|
23 | # Neither the name of Sun Microsystems, Inc. or the names of
|
---|
24 | # contributors may be used to endorse or promote products derived
|
---|
25 | # from this software without specific prior written permission.
|
---|
26 | #
|
---|
27 | # This software is provided "AS IS," without a warranty of any
|
---|
28 | # kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
|
---|
29 | # WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
|
---|
30 | # FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
|
---|
31 | # EXCLUDED. SUN MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
|
---|
32 | # NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
|
---|
33 | # USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
|
---|
34 | # DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
|
---|
35 | # ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
|
---|
36 | # CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
|
---|
37 | # REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
|
---|
38 | # INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
|
---|
39 | # POSSIBILITY OF SUCH DAMAGES.
|
---|
40 | #
|
---|
41 | # You acknowledge that this software is not designed or intended for
|
---|
42 | # use in the design, construction, operation or maintenance of any
|
---|
43 | # nuclear facility.
|
---|
44 | #
|
---|
45 | # $Revision: 1.1 $
|
---|
46 | # $Date: 2005/02/11 05:02:44 $
|
---|
47 | # $State: Exp $
|
---|
48 | #
|
---|
49 | # --- JAI-Image I/O ImageInputStream plug-ins ---
|
---|
50 | #
|
---|
51 | com.sun.media.imageioimpl.stream.ChannelImageInputStreamSpi
|
---|