Class HTTPBasicAuthentication.ByteArrayStream

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.tmatesoft.svn.core.internal.io.dav.http.HTTPBasicAuthentication.ByteArrayStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
Enclosing class:
HTTPBasicAuthentication

private static class HTTPBasicAuthentication.ByteArrayStream extends java.io.ByteArrayOutputStream
  • Field Summary

    Fields inherited from class java.io.ByteArrayOutputStream

    buf, count
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     

    Methods inherited from class java.io.ByteArrayOutputStream

    close, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeTo

    Methods inherited from class java.io.OutputStream

    flush, nullOutputStream, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ByteArrayStream

      private ByteArrayStream()
  • Method Details

    • getBuffer

      public byte[] getBuffer()