Method markSupported()
Return type: boolean
Member of:
java.io.InputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
this.in = (in.markSupported()
2
if (requestInputStream.markSupported())
3
if (!is.markSupported())
4
if (in.markSupported()) {
5
if (!in.markSupported()) {
6
if (!in.markSupported()) {
7
if (!input.markSupported()) {
8
if ((is != null) && !is.markSupported())
9
if (!is.markSupported ()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.