Class DataStreamAbstract.StrHexToBlob

java.lang.Object
xyz.cofe.sql.stream.DataStreamAbstract.StrHexToBlob
All Implemented Interfaces:
java.util.function.Function<java.lang.Object,​java.lang.Object>
Enclosing class:
DataStreamAbstract

public static class DataStreamAbstract.StrHexToBlob
extends java.lang.Object
implements java.util.function.Function<java.lang.Object,​java.lang.Object>
Конвертор из string(hex) в Blob
  • Constructor Summary

    Constructors 
    Constructor Description
    StrHexToBlob()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object apply​(java.lang.Object from)  
    static java.sql.Blob read​(java.io.Reader reader)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

  • Method Details

    • read

      public static java.sql.Blob read​(java.io.Reader reader)
    • apply

      public java.lang.Object apply​(java.lang.Object from)
      Specified by:
      apply in interface java.util.function.Function<java.lang.Object,​java.lang.Object>