Try Playground
Show / Hide Table of Contents

Class CompactWriter

CompactWriter is the base class for CompactBinaryWriter.

Inheritance
System.Object
CompactWriter
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public abstract class CompactWriter

Properties

Name Description
BaseStream

Memory stream on which the bytes are written to

Methods

Name Description
Write(Boolean)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Byte)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Byte[])

Writes buffer to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Byte[], Int32, Int32)

Writes buffer to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Char)

Writes ch to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Char[])

Writes chars to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Char[], Int32, Int32)

Writes chars to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(DateTime)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Decimal)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Double)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Guid)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Int16)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Int32)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Int64)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(SByte)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(Single)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(String)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(UInt16)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(UInt32)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

Write(UInt64)

Writes value to the current stream and advances the stream position. This method writes directly to the underlying stream.

WriteObject(Object)

Writes graph to the current stream and advances the stream position.

WriteObjectAs<T>(T)

Writes the specified type to the current stream and advances the stream position.

In This Article
  • Properties
  • Methods

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
� Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top