Documentation of 'org.apache.poi.util.LittleEndianOutputStream' Java class
LittleEndianOutputStream
org.apache.poi.util

Class LittleEndianOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable, LittleEndianOutput


    public final class LittleEndianOutputStream
    extends java.io.FilterOutputStream
    implements LittleEndianOutput
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void write(byte[] b) 
      void write(byte[] b, int off, int len) 
      void writeByte(int v) 
      void writeDouble(double v) 
      void writeInt(int v) 
      void writeLong(long v) 
      void writeShort(int v) 
      • Methods inherited from class java.io.FilterOutputStream

        close, flush, write
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.