| Package | Description |
|---|---|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileOutputAdapter
Defines interface of an output adapter that collects output into a file.
|
interface |
IStreamOutputAdapter
Defines interface of an output adapter that collects output into a
java.io.OutputStream. |
interface |
IStringOutputAdapter
Defines interface of an output adapter that collects output as a
System.String. |
interface |
IStructureOutputAdapter
Defines interface of an output adapter that collects output as a structure containing each field separately.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileOutputAdapter
Represents an output adapter that collects output into a file.
|
class |
OutputAdapter
Represents the base class of an output adapter that is used to collect an output in a generalized form.
|
class |
StreamOutputAdapter
Represents an output adapter that collects output into a
java.io.OutputStream. |
class |
StringOutputAdapter
Represents an output adapter that collects output as a
System.String. |
class |
StructureOutputAdapter
Represents an output adapter that collects output as a structure containing each field separately.
|
| Constructor and Description |
|---|
OutputAdapter(IOutputAdapter core)
Initializes a new instance of the
OutputAdapter class. |
Copyright © 2026. All rights reserved.