Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Class SerializableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.nuxeo.ecm.core.api.SerializableInputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Serializable

public class SerializableInputStream
extends java.io.InputStream
implements java.io.Serializable

A serializable input stream.

Note: The stream is closed after the object is serialized.

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
static int IN_MEM_LIMIT
           
 
Constructor Summary
SerializableInputStream(byte[] content)
           
SerializableInputStream(java.io.InputStream in)
           
SerializableInputStream(java.lang.String content)
           
 
Method Summary
 int available()
           
 boolean canReopen()
           
 void close()
           
 java.io.File getTempFile()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 java.io.InputStream reopen()
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_MEM_LIMIT

public static final int IN_MEM_LIMIT
See Also:
Constant Field Values
Constructor Detail

SerializableInputStream

public SerializableInputStream(java.io.InputStream in)

SerializableInputStream

public SerializableInputStream(byte[] content)

SerializableInputStream

public SerializableInputStream(java.lang.String content)
Method Detail

available

public int available()
              throws java.io.IOException
Overrides:
available in class java.io.InputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException

mark

public void mark(int readlimit)
Overrides:
mark in class java.io.InputStream

markSupported

public boolean markSupported()
Overrides:
markSupported in class java.io.InputStream

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

reset

public void reset()
           throws java.io.IOException
Overrides:
reset in class java.io.InputStream
Throws:
java.io.IOException

getTempFile

public java.io.File getTempFile()

reopen

public java.io.InputStream reopen()
                           throws java.io.IOException
Throws:
java.io.IOException

canReopen

public boolean canReopen()

skip

public long skip(long n)
          throws java.io.IOException
Overrides:
skip in class java.io.InputStream
Throws:
java.io.IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.