Searched defs:read (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DOpenSSOServletInputStream.java47 public int read() throws IOException { method in class:OpenSSOServletInputStream
48 return is.read();
H A DWebServiceRequestInputStream.java43 public int read() throws IOException { method in class:WebServiceRequestInputStream
44 return getInputStream().read();
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
122 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
127 return tmp.read(buffer);
131 return child.read(buffer);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplInputStream.java37 * This class creates an input stream that can be used to read entries generated
38 * by SynchroLDIF as if they were being read from another source like a file.
66 * Closes this input stream so that no more data may be read from it.
76 * @param b The array into which the data should be read.
77 * @param off The position in the array at which point the data read may be
79 * @param len The maximum number of bytes that may be read into the
82 * @return The number of bytes read from the input stream into the provided
88 public int read(byte[] b, int off, int len) method in class:ReplInputStream
114 // Some data was left from the previous entry, feed the read with this
140 * @return The byte read fro
146 public int read() method in class:ReplInputStream
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
121 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
126 return tmp.read(buffer);
130 return child.read(buffer);
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java33 * This class creates an input stream that can be used to read entries generated
34 * by SynchroLDIF as if they were being read from another source like a file.
60 * Closes this input stream so that no more data may be read from it.
71 * @param b The array into which the data should be read.
72 * @param off The position in the array at which point the data read may be
74 * @param len The maximum number of bytes that may be read into the
77 * @return The number of bytes read from the input stream into the provided
84 public int read(byte[] b, int off, int len) throws IOException method in class:ReplInputStream
111 // Some data was left from the previous entry, feed the read with this
139 * @return The byte read fro
146 public int read() throws IOException method in class:ReplInputStream
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
122 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
127 return tmp.read(buffer);
131 return child.read(buffer);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplInputStream.java37 * This class creates an input stream that can be used to read entries generated
38 * by SynchroLDIF as if they were being read from another source like a file.
66 * Closes this input stream so that no more data may be read from it.
76 * @param b The array into which the data should be read.
77 * @param off The position in the array at which point the data read may be
79 * @param len The maximum number of bytes that may be read into the
82 * @return The number of bytes read from the input stream into the provided
88 public int read(byte[] b, int off, int len) method in class:ReplInputStream
114 // Some data was left from the previous entry, feed the read with this
140 * @return The byte read fro
146 public int read() method in class:ReplInputStream
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java40 * This class redirects read and write requests either to a child byte channel,
122 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
127 return tmp.read(buffer);
131 return child.read(buffer);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplInputStream.java37 * This class creates an input stream that can be used to read entries generated
38 * by SynchroLDIF as if they were being read from another source like a file.
66 * Closes this input stream so that no more data may be read from it.
76 * @param b The array into which the data should be read.
77 * @param off The position in the array at which point the data read may be
79 * @param len The maximum number of bytes that may be read into the
82 * @return The number of bytes read from the input stream into the provided
88 public int read(byte[] b, int off, int len) method in class:ReplInputStream
114 // Some data was left from the previous entry, feed the read with this
140 * @return The byte read fro
146 public int read() method in class:ReplInputStream
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
121 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
126 return tmp.read(buffer);
130 return child.read(buffer);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplInputStream.java33 * This class creates an input stream that can be used to read entries generated
34 * by SynchroLDIF as if they were being read from another source like a file.
60 * Closes this input stream so that no more data may be read from it.
71 * @param b The array into which the data should be read.
72 * @param off The position in the array at which point the data read may be
74 * @param len The maximum number of bytes that may be read into the
77 * @return The number of bytes read from the input stream into the provided
84 public int read(byte[] b, int off, int len) throws IOException method in class:ReplInputStream
111 // Some data was left from the previous entry, feed the read with this
139 * @return The byte read fro
146 public int read() throws IOException method in class:ReplInputStream
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DUnicodeInputStreamReader.java40 * characters. It can be used to read files that have been produced using the
48 * the InputStream from which to read
60 * Read one character from the stream. See the other read method for
63 * @return -1 on end of input, otherwise the character that was read
65 public int read() throws IOException { method in class:UnicodeInputStreamReader
67 return read(cbuf, 0, 1) == 1 ? cbuf[0] : -1;
72 * at offset off. As characters are read, the following conversions are
84 * the maximum number of characters to read
85 * @return the number of characters read
87 public int read(cha method in class:UnicodeInputStreamReader
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DImporter.java53 * method, the record is visible by {@link read(TreeName, ByteSequence)} and {@link openCursor(TreeName)} methods of
74 ByteString read(TreeName treeName, ByteSequence key); method in interface:Importer
H A DReadableTransaction.java45 ByteString read(TreeName treeName, ByteSequence key); method in interface:ReadableTransaction
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRedirectingByteChannel.java39 * This class redirects read and write requests either to a child byte channel,
115 public int read(final ByteBuffer buffer) throws IOException method in class:RedirectingByteChannel
120 return tmp.read(buffer);
124 return child.read(buffer);
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClientDAO.java42 * @return A Client read from the storage system.
45 public Client read(String clientId, OAuth2Request request) throws UnauthorizedClientException; method in interface:ClientDAO
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DResource.java42 * This utility is used to read any resource such as dtd file or xml file from a
51 * @param fileName Resource to be read.
55 public static String read(String fileName, Class cl) { method in class:Resource
75 data = Resource.read(new InputStreamReader(in));
80 }// read()
88 public static String read(Reader aReader) { method in class:Resource
94 while ((count = bReader.read(data)) != -1) {
110 public static String read(String fileName) { method in class:Resource
111 return read(fileName, Resource.class);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLReaderWriter.java44 * @param xacml Non null stream to read.
48 public PrivilegeSet read(InputStream xacml) throws EntitlementException { method in class:XACMLReaderWriter
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java45 * @param policyName the name of the policy to read.
49 Privilege read(String policyName) throws EntitlementException; method in interface:PolicyStore
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplInputStream.java33 * This class creates an input stream that can be used to read entries generated
34 * by SynchroLDIF as if they were being read from another source like a file.
60 * Closes this input stream so that no more data may be read from it.
71 * @param b The array into which the data should be read.
72 * @param off The position in the array at which point the data read may be
74 * @param len The maximum number of bytes that may be read into the
77 * @return The number of bytes read from the input stream into the provided
84 public int read(byte[] b, int off, int len) throws IOException method in class:ReplInputStream
111 // Some data was left from the previous entry, feed the read with this
139 * @return The byte read fro
146 public int read() throws IOException method in class:ReplInputStream
[all...]
/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/
H A DRepoBootService.java60 * Reads a resource from the repository based on the supplied read request.
63 * the read request.
66 * if an error was encountered during the read.
68 public ResourceResponse read(ReadRequest request) throws ResourceException; method in interface:RepoBootService
H A DRepositoryService.java59 * Reads a resource from the repository based on the supplied read request.
62 * the read request.
65 * if an error was encountered during the read.
67 public ResourceResponse read(ReadRequest request) throws ResourceException; method in interface:RepositoryService
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/
H A DResource.java42 * This utility is used to read any resource such as dtd file or xml file from a
51 * @param fileName Resource to be read.
55 public static String read(String fileName, Class cl) { method in class:Resource
75 data = Resource.read(new InputStreamReader(in));
80 }// read()
88 public static String read(Reader aReader) { method in class:Resource
94 while ((count = bReader.read(data)) != -1) {
110 public static String read(String fileName) { method in class:Resource
111 return read(fileName, Resource.class);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DUnicodeInputStreamReader.java40 * characters. It can be used to read files that have been produced using the
48 * the InputStream from which to read
60 * Read one character from the stream. See the other read method for
63 * @return -1 on end of input, otherwise the character that was read
65 public int read() throws IOException { method in class:UnicodeInputStreamReader
67 return read(cbuf, 0, 1) == 1 ? cbuf[0] : -1;
72 * at offset off. As characters are read, the following conversions are
84 * the maximum number of characters to read
85 * @return the number of characters read
87 public int read(cha method in class:UnicodeInputStreamReader
[all...]

Completed in 58 milliseconds

1234567891011>>