Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / MyDerby-10.3 / java / drda / org / apache / derby / impl / drda / EXTDTAReaderInputStream.java
diff --git a/JMCR-Stable/real-world application/MyDerby-10.3/java/drda/org/apache/derby/impl/drda/EXTDTAReaderInputStream.java b/JMCR-Stable/real-world application/MyDerby-10.3/java/drda/org/apache/derby/impl/drda/EXTDTAReaderInputStream.java
new file mode 100644 (file)
index 0000000..9629d1d
--- /dev/null
@@ -0,0 +1,33 @@
+/*\r
+   Derby - Class org.apache.derby.impl.drda.EXTDTAReaderInputStream\r
+\r
+   Licensed to the Apache Software Foundation (ASF) under one\r
+   or more contributor license agreements.  See the NOTICE file\r
+   distributed with this work for additional information\r
+   regarding copyright ownership.  The ASF licenses this file\r
+   to you under the Apache License, Version 2.0 (the\r
+   "License"); you may not use this file except in compliance\r
+   with the License.  You may obtain a copy of the License at\r
+   \r
+   http://www.apache.org/licenses/LICENSE-2.0\r
+   \r
+   Unless required by applicable law or agreed to in writing,\r
+   software distributed under the License is distributed on an\r
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+   KIND, either express or implied.  See the License for the\r
+   specific language governing permissions and limitations\r
+   under the License.\r
+*/\r
+package org.apache.derby.impl.drda;\r
+import java.io.InputStream;\r
+import java.io.ByteArrayInputStream;\r
+import java.io.IOException;\r
+\r
+/**\r
+ * Implementation of InputStream which get EXTDTA from the DDMReader.\r
+ * This class can be used to stream LOBs from Network client to the\r
+ * Network server.\r
+ */\r
+abstract class EXTDTAReaderInputStream extends InputStream \r
+{\r
+}\r