-----------------------------------------------------------------------------
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
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.
-----------------------------------------------------------------------------
Description: The SofaDataStream class provides stream access to Sofa data in a Sofa feature strucure in the CAS. The Sofa data may be local in the CAS or remote from the CAS and reference by a URI conformant string set in the SofaURI feature.
Handlers for the various URI schemes both standard and user-defined schemes may be registered by setting the environment variable UIMACPP_STREAMHANDLERS as follows:
set UIMACPP_STREAMHANDLERS=file:sofastreamhandler_file;aURI:aDLLfilename
The APIs deliver data in native byte order and expect the data read from the source to be in the network byte order.
-----------------------------------------------------------------------------
10/01/2004 Initial creation
--------------------------------------------------------------------------
Include dependency graph for sofastream.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | uima |
Classes | |
class | uima::SofaDataStream |
The SofaDataStream class provides stream access to Sofa data in a Sofa feature strucure in the CAS. More... | |
class | uima::LocalSofaDataStream |
This class implements stream access to Sofa data for a Local Sofa. More... | |
class | uima::RemoteSofaDataStream |
This class implements stream access to Sofa data for a remote Sofa. More... | |
Defines | |
#define | UIMA_SOFASTREAM_MAKE_HANDLER _TEXT("makeHandler") |
#define | SOFASTREAMHANDLER_SUCCESS 0 |
#define | SOFASTREAMHANDLER_EOF -1 |
#define | SOFASTREAMHANDLER_OPEN_ENDED -1 |
Typedefs | |
typedef void * | TySofaDataPointer |
|
|
|
|
|
|
|
|
|
|